Skip to content

Commit f0af89b

Browse files
lehmanmjkellertk
andauthoredFeb 5, 2025··
fix: Dependabot autoapprove id-token write permission (#1285)
* 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>
1 parent b9ee51d commit f0af89b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/dependabot-autoapprove.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Dependabot auto-approve
22
on: pull_request
33
permissions:
44
pull-requests: write
5+
id-token: write
56
jobs:
67
dependabot:
78
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)
Please sign in to comment.