Skip to content

Commit d62eb15

Browse files
committed
ad id token write to backend deploy file
1 parent 3fb62bd commit d62eb15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/aws-backend-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ jobs:
9494
name: Deploy to AWS ECS
9595
runs-on: ubuntu-latest
9696
needs: [setup_env, build]
97+
permissions:
98+
id-token: write # Needed for OIDC authentication to AWS
9799
steps:
98100
- name: Configure AWS credentials
99101
uses: aws-actions/configure-aws-credentials@v3 # Sets AWS credentials for CLI

0 commit comments

Comments
 (0)