Skip to content

Commit

Permalink
ci: Configure proper AWS credentials for wave s3 CT.
Browse files Browse the repository at this point in the history
  • Loading branch information
mturoci committed Dec 12, 2024
1 parent e2e43e4 commit f186811
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-wave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,13 @@ jobs:
env:
HAC_S3_BUCKET: ${{ secrets.HAC_S3_BUCKET }}

- name: Configure Wave AWS Credentials
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: ${{ secrets.AWS_WAVE_IAM_ROLE }}
role-session-name: wave
aws-region: ${{ secrets.AWS_EAST_REGION }}

- name: Publish to S3
run: make publish-release-s3
env:
Expand Down

0 comments on commit f186811

Please sign in to comment.