Skip to content

Commit

Permalink
qfix: replace GITHUB_TOKEN with NSM_BOT_GITHUB_TOKEN for automerge (#…
Browse files Browse the repository at this point in the history
…7690)

Signed-off-by: Artem Glazychev <artem.glazychev@xored.com>

Signed-off-by: Artem Glazychev <artem.glazychev@xored.com>
  • Loading branch information
glazychev-art authored Nov 8, 2022
1 parent ee5362e commit dc452d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
GITHUB_LOGIN: nsmbot
ENABLED_FOR_MANUAL_CHANGES: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.NSM_BOT_GITHUB_TOKEN }}
MAXIMUM_RETRIES: 25

delete-release-branch:
Expand Down

0 comments on commit dc452d0

Please sign in to comment.