Skip to content

Commit

Permalink
CI: Fix missing token for GH CLI in dependabot workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplershift committed Jul 10, 2024
1 parent 0e8c1c4 commit 479e12f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/automerge-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
Automerge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
env:
GH_TOKEN: ${{ github.token }}

permissions:
pull-requests: write
Expand Down

0 comments on commit 479e12f

Please sign in to comment.