Skip to content

Commit

Permalink
fix wrong interpolation in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
geclos committed Sep 27, 2024
1 parent 211db17 commit aa5c01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
uses: aws-actions/[email protected]
with:
role-to-assume: ${{ secrets.ARN_OF_IAM_ROLE_TO_ASSUME }}
role-session-name: 'WebDeployment-${GITHUB_RUN_ID}'
role-session-name: WebDeployment-${{ github.run_id }}
aws-region: eu-central-1
env:
ARN_OF_IAM_ROLE_TO_ASSUME: ${{ secrets.ARN_OF_IAM_ROLE_TO_ASSUME }}
Expand Down

0 comments on commit aa5c01f

Please sign in to comment.