We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb62bd commit d62eb15Copy full SHA for d62eb15
.github/workflows/aws-backend-deploy.yml
@@ -94,6 +94,8 @@ jobs:
94
name: Deploy to AWS ECS
95
runs-on: ubuntu-latest
96
needs: [setup_env, build]
97
+ permissions:
98
+ id-token: write # Needed for OIDC authentication to AWS
99
steps:
100
- name: Configure AWS credentials
101
uses: aws-actions/configure-aws-credentials@v3 # Sets AWS credentials for CLI
0 commit comments