Skip to content

Commit e7f80cf

Browse files
committed
ci: Fix aws session name
1 parent 7ffacd6 commit e7f80cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/assets/docs-deployment-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: aws-actions/configure-aws-credentials@v5
3636
with:
3737
aws-region: ${{ vars.AWS_REGION || 'us-east-1' }}
38-
role-session-name: github-${{ github.repository }}-${{ github.run_id }}
38+
role-session-name: github-${{ github.event.repository.name }}-${{ github.run_id }}
3939
role-to-assume: ${{ secrets.AWS_DOCS_ROLE_ARN }}
4040
- uses: actions/setup-python@v6
4141
with:

0 commit comments

Comments
 (0)