Skip to content

Commit 78b99cb

Browse files
try to fix approve action
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent ad938a5 commit 78b99cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/renovate-approve-merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ jobs:
4040
- uses: mdecoleman/pr-branch-name@55795d86b4566d300d237883103f052125cc7508 # v3.0.0
4141
id: branchname
4242
with:
43-
repo-token: ${{ secrets.GITHUB_TOKEN }}
43+
repo-token: ${{ secrets.AUTOMERGE }}
4444

4545
# GitHub actions bot approve
4646
- uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 # v4.0.0
4747
if: github.actor == 'renovate[bot]'
4848
with:
49-
github-token: ${{ secrets.GITHUB_TOKEN }}
49+
github-token: ${{ secrets.AUTOMERGE }}
5050

5151
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5252
with:

0 commit comments

Comments
 (0)