Skip to content

Commit 6a0d071

Browse files
committed
update secret name
1 parent a9854fd commit 6a0d071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
126126
uses: aws-actions/configure-aws-credentials@v1
127127
with:
128-
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
128+
role-to-assume: ${{ secrets.DOCS_AWS_ROLE }}
129129
aws-region: us-east-1
130130
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
131131
run: make promote-docs-in-s3

0 commit comments

Comments
 (0)