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 405e25a commit 3170872Copy full SHA for 3170872
.github/workflows/pull-request.yml
@@ -90,7 +90,7 @@ jobs:
90
with:
91
aws-region: 'us-east-1'
92
mask-aws-account-id: true
93
- role-to-assume: ${{ secrets.DEPLOYMENT_AWS_ROLE }}
+ role-to-assume: ${{ secrets.DEPLOYMENT_ROLE_ARN }}
94
role-session-name: ${{ github.run_id }}-${{ github.run_attempt }}
95
role-duration-seconds: 900
96
unset-current-credentials: true
.github/workflows/release.yml
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
61
62
0 commit comments