Skip to content

Commit c0b77fb

Browse files
yenfryherrerafelizSean O'Brien
authored andcommitted
chore: minor fixes
1 parent 1e18db3 commit c0b77fb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pull-request-build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build SDK
22
on:
33
pull_request_review:
44
types: [ submitted ]
5-
branches: [ main ]
5+
branches: [ master ]
66

77
concurrency:
88
group: start-pull-request-build-${{ github.ref }}
@@ -27,11 +27,11 @@ jobs:
2727
contents: read
2828
steps:
2929
- name: Configure AWS Credentials
30-
uses: aws-actions/configure-aws-credentials@main
30+
uses: aws-actions/configure-aws-credentials@v4
3131
with:
32-
role-to-assume: ${{secrets.PR_WORKFLOW_IAM_ROLE_ARN}}
32+
role-to-assume: ${{ secrets.PR_WORKFLOW_IAM_ROLE_ARN }}
3333
role-session-name: PullRequestBuildGitHubAction
34-
role-duration-seconds: '$ROLE_SESSION_DURATION_SECONDS'
34+
role-duration-seconds: ${{ env.ROLE_SESSION_DURATION_SECONDS }}
3535
aws-region: us-west-2
3636
- name: Download Build Script
3737
run: |

0 commit comments

Comments
 (0)