We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad938a5 commit 78b99cbCopy full SHA for 78b99cb
1 file changed
.github/workflows/renovate-approve-merge.yml
@@ -40,13 +40,13 @@ jobs:
40
- uses: mdecoleman/pr-branch-name@55795d86b4566d300d237883103f052125cc7508 # v3.0.0
41
id: branchname
42
with:
43
- repo-token: ${{ secrets.GITHUB_TOKEN }}
+ repo-token: ${{ secrets.AUTOMERGE }}
44
45
# GitHub actions bot approve
46
- uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 # v4.0.0
47
if: github.actor == 'renovate[bot]'
48
49
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ github-token: ${{ secrets.AUTOMERGE }}
50
51
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
52
0 commit comments