Skip to content

Commit a08b183

Browse files
authored
ci: fix role for AWS selector
1 parent c855e74 commit a08b183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: aws-actions/configure-aws-credentials@v4
3030
with:
3131
aws-region: eu-west-2
32-
role-to-assume: ${{ secrets.AWS_DEPLOY_ROLE }}
32+
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/${{ secrets.AWS_DEPLOY_ROLE }}
3333
# Pushes to main trigger latest
3434
- name: Push version selector
3535
run: |

0 commit comments

Comments
 (0)