Skip to content

Commit 3170872

Browse files
committed
build(PLT-816): update deployment secret name
1 parent 405e25a commit 3170872

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
with:
9191
aws-region: 'us-east-1'
9292
mask-aws-account-id: true
93-
role-to-assume: ${{ secrets.DEPLOYMENT_AWS_ROLE }}
93+
role-to-assume: ${{ secrets.DEPLOYMENT_ROLE_ARN }}
9494
role-session-name: ${{ github.run_id }}-${{ github.run_attempt }}
9595
role-duration-seconds: 900
9696
unset-current-credentials: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
aws-region: 'us-east-1'
5858
mask-aws-account-id: true
59-
role-to-assume: ${{ secrets.DEPLOYMENT_AWS_ROLE }}
59+
role-to-assume: ${{ secrets.DEPLOYMENT_ROLE_ARN }}
6060
role-session-name: ${{ github.run_id }}-${{ github.run_attempt }}
6161
role-duration-seconds: 900
6262
unset-current-credentials: true

0 commit comments

Comments
 (0)