Skip to content

Commit

Permalink
fix: Dependabot autoapprove id-token write permission (#1285)
Browse files Browse the repository at this point in the history
* Fix automerge action syntax

* Fix typo

* Fix typo

* Add brackets

* add ID token permission

---------

Co-authored-by: Tom Keller <1083460+kellertk@users.noreply.github.com>
  • Loading branch information
lehmanmj and kellertk authored Feb 5, 2025
1 parent b9ee51d commit f0af89b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dependabot-autoapprove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Dependabot auto-approve
on: pull_request
permissions:
pull-requests: write
id-token: write
jobs:
dependabot:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f0af89b

Please sign in to comment.