File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3333 environment : ${{ github.event.inputs.environment || 'dev' }}
3434 if : ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
3535
36- permisions :
36+ permissions :
3737 id-token : write
3838 contents : read
3939
5757 - name : Configure AWS credentials using OIDC token
5858 uses : aws-actions/configure-aws-credentials@v4
5959 with :
60- role-to-aasume : arn:aws:iam::${{ secrets[format('AWS_ACCOUNT_ID_${{ env.ENVIRONMENT_UPPER }}')] }}:role/GitHubActionsDeployRole
60+ role-to-assume : arn:aws:iam::${{ secrets[format('AWS_ACCOUNT_ID_${{ env.ENVIRONMENT_UPPER }}')] }}:role/GitHubActionsDeployRole
6161 role-session-name : menu-get-svc-${{ env.ENVIRONMENT }}-session
6262 aws-region : $REGION_US_EAST1
6363
You can’t perform that action at this time.
0 commit comments