We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 676796e commit 889db7fCopy full SHA for 889db7f
.github/workflows/pull-request-build.yml
@@ -8,7 +8,6 @@ concurrency:
8
cancel-in-progress: true
9
10
env:
11
- IAM_ROLE_ARN: 'arn:aws:iam::821054153986:role/AwsSdkJavaV2GitHubRole'
12
DOWNLOAD_FOLDER: '.build-scripts/'
13
SCRIPT_LOCATION: 'workflows/start-pull-request-build/pull-request-build-v1.sh'
14
@@ -25,7 +24,7 @@ jobs:
25
24
- name: Configure AWS Credentials
26
uses: aws-actions/configure-aws-credentials@v4
27
with:
28
- role-to-assume: ${{ env.IAM_ROLE_ARN }}
+ role-to-assume: ${{secrets.PR_WORKFLOW_IAM_ROLE_ARN}}
29
role-session-name: PullRequestBuildGitHubAction
30
aws-region: us-west-2
31
role-duration-seconds: 7200 # 2 hours
0 commit comments