Skip to content

Commit f186811

Browse files
committed
ci: Configure proper AWS credentials for wave s3 CT.
1 parent e2e43e4 commit f186811

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release-wave.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,13 @@ jobs:
121121
env:
122122
HAC_S3_BUCKET: ${{ secrets.HAC_S3_BUCKET }}
123123

124+
- name: Configure Wave AWS Credentials
125+
uses: aws-actions/configure-aws-credentials@v3
126+
with:
127+
role-to-assume: ${{ secrets.AWS_WAVE_IAM_ROLE }}
128+
role-session-name: wave
129+
aws-region: ${{ secrets.AWS_EAST_REGION }}
130+
124131
- name: Publish to S3
125132
run: make publish-release-s3
126133
env:

0 commit comments

Comments
 (0)