Skip to content

Commit 15546f6

Browse files
author
Somnath Mukherjee
committed
append msg2
1 parent 63e7e33 commit 15546f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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

@@ -57,7 +57,7 @@ jobs:
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

0 commit comments

Comments
 (0)