Skip to content

Commit 3c86c83

Browse files
authored
switches fetch-dev-artifacts to repo-wide PAT (#580)
1 parent f5f2287 commit 3c86c83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/fetch-dev-artifacts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
if: steps.git-check.outputs.modified == 'true'
123123
uses: peter-evans/create-pull-request@v7
124124
with:
125-
token: ${{ secrets.PAT_TOKEN }}
125+
token: ${{ secrets.BROWSER_BOT_PAT }}
126126
branch: ${{ env.BRANCH_NAME }}
127127
base: main
128128
title: "Automated update of artifacts to neo4j version ${{ env.neo4j_version_base }}"

0 commit comments

Comments
 (0)