Skip to content

Commit

Permalink
Upgrade AWS actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Oct 29, 2023
1 parent 34d5d1f commit c894acb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ jobs:
uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::173188516302:role/GitHub
role-duration-seconds: 14390 #adjust as needed for your build time
aws-region: ap-southeast-1
- name: Deploy app
run: |
Expand Down

0 comments on commit c894acb

Please sign in to comment.