Browse Source

Use github_token also for auto_approve

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 4 years ago
parent
commit
815a8a95fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/autoApproveDependabot.yml

+ 1 - 1
.github/workflows/autoApproveDependabot.yml

@@ -10,4 +10,4 @@ jobs:
             -   uses: hmarr/auto-approve-action@v2.0.0
             -   uses: hmarr/auto-approve-action@v2.0.0
                 if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
                 if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
                 with:
                 with:
-                    github-token: "${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}"
+                    github-token: "${{ secrets.GITHUB_TOKEN }}"