mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-06-09 07:47:08 +00: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:
parent
b9ee51dc60
commit
f0af89b102
1 changed files with 1 additions and 0 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue