Skip to content

Commit 95680c2

Browse files
committed
Add permissions needed to login to aws
1 parent 6e9cd8d commit 95680c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
jobs:
1111
deploy:
1212
runs-on: ubuntu-latest
13+
permissions:
14+
id-token: write
1315
steps:
1416
- name: Configure AWS credentials
1517
uses: aws-actions/configure-aws-credentials@v1-node16

0 commit comments

Comments
 (0)