Skip to content

Commit b852c40

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

2 files changed

Lines changed: 2494 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 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,9 +27,9 @@ 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
3434
role-duration-seconds: '$ROLE_SESSION_DURATION_SECONDS'
3535
aws-region: us-west-2

0 commit comments

Comments
 (0)