Skip to content

Commit

Permalink
chore: Update AWS credentials configuration and deploy script for kno…
Browse files Browse the repository at this point in the history
…wx project
  • Loading branch information
Diegogtz03 committed May 17, 2024
1 parent 07f940a commit a649803
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/frontend_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
branches:
- H010-UserHistory

permissions:
id-token: write
contents: read

jobs:
test:
name: "Frontend Tests"
Expand Down Expand Up @@ -72,9 +76,9 @@ jobs:
- name: Cofigure AWS
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
role-duration-seconds: 1200
aws-region: us-east-1
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

- name: Install SST
run: |
Expand Down

0 comments on commit a649803

Please sign in to comment.