Skip to content

Commit 934a29c

Browse files
Update pull-requests.yaml
1 parent c568016 commit 934a29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-requests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
uses: actions/github-script@v6
7676
if: (github.actor == 'dependabot' || github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]')
7777
with:
78-
# github-token: ${{ secrets.GH_AUTOMERGE_TOKEN }}
78+
github-token: ${{ secrets.AUTOMERGE_GITHUB_TOKEN }}
7979
script: |
8080
const pr = context.payload.pull_request
8181
const repo = context.repo

0 commit comments

Comments
 (0)