Skip to content

Commit 63dcce9

Browse files
committed
KTL-2822 Changed token secret for dependabot pull requests auto merging action.
1 parent 8d34970 commit 63dcce9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dependabot-automerge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
steps:
99
- uses: hmarr/auto-approve-action@v4
1010
with:
11-
github-token: "${{ secrets.GITHUB_TOKEN }}"
11+
github-token: "${{ secrets.AUTOMERGE_TOKEN }}"
1212
automerge:
1313
needs: auto-approve
1414
runs-on: ubuntu-latest
1515
if: github.actor == 'dependabot[bot]'
1616
steps:
1717
- uses: pascalgn/automerge-action@v0.16.4
1818
env:
19-
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
19+
GITHUB_TOKEN: "${{ secrets.AUTOMERGE_TOKEN }}"

0 commit comments

Comments
 (0)