Skip to content

Commit

Permalink
try main
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshay committed Aug 13, 2023
1 parent af2f1bb commit 8bd1fd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
environment: production
steps:
- uses: actions/checkout@v3
- uses: aws-actions/configure-aws-credentials@v2
- uses: aws-actions/configure-aws-credentials@main
with:
role-to-assume: ${{ secrets.AWS_READ_WRITE_ROLE_ARN }}
aws-region: us-west-2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cmd: [synth, format, build]
steps:
- uses: actions/checkout@v3
- uses: aws-actions/configure-aws-credentials@v2
- uses: aws-actions/configure-aws-credentials@main
with:
role-to-assume: ${{ secrets.AWS_READ_ROLE_ARN }}
aws-region: us-west-2
Expand Down

0 comments on commit 8bd1fd9

Please sign in to comment.