Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Oct 29, 2023
1 parent 2d5340b commit c3f6ad0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,16 @@ permissions:
jobs:
DeployApp:
runs-on: ubuntu-latest
env:
ROLE_TO_ASSUME: ${{ secrets.ROLE_TO_ASSUME }}
steps:
- name: Git clone the repository
uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::173188516302:role/GitHub
role-to-assume: $ROLE_TO_ASSUME
aws-region: ap-southeast-1
- name: Deploy app
run: |
Expand Down

0 comments on commit c3f6ad0

Please sign in to comment.