mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-03-12 18:07:10 -04:00
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>
This commit is contained in:
1
.github/workflows/dependabot-autoapprove.yml
vendored
1
.github/workflows/dependabot-autoapprove.yml
vendored
@@ -2,6 +2,7 @@ name: Dependabot auto-approve
|
||||
on: pull_request
|
||||
permissions:
|
||||
pull-requests: write
|
||||
id-token: write
|
||||
jobs:
|
||||
dependabot:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user