Skip to content

Commit 35cec04

Browse files
update
1 parent a68b950 commit 35cec04

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ jobs:
2828
- name: Configure AWS credentials
2929
uses: aws-actions/configure-aws-credentials@v3
3030
with:
31-
role-to-assume: TODO
32-
aws-region: us-west-2
31+
role-to-assume: ${{ secrets.DOCS_AWS_IAM_ROLE }}
32+
aws-region: ${{ secrets.DOCS_AWS_REGION }}
3333

3434
- name: Upload files to S3
3535
run: |
36-
aws s3 cp ./build s3://docs.ssv.network --recursive
37-
36+
aws s3 cp ./build s3://${{ secrets.DOCS_AWS_S3_BUCKET }} --recursive

0 commit comments

Comments
 (0)