Skip to content

Commit

Permalink
ci: add unique-ish id to role session in push wf
Browse files Browse the repository at this point in the history
  • Loading branch information
demosdemon committed Jul 3, 2024
1 parent c031cc4 commit c580524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: aws-actions/[email protected]
with:
role-to-assume: arn:aws:iam::339712996426:role/github-git-remote-codecommit
role-session-name: GitHub_to_AWS_via_FederatedOIDC
role-session-name: ${{ github.run_id }}
aws-region: ${{ env.AWS_REGION }}

- name: Install Rust
Expand Down

0 comments on commit c580524

Please sign in to comment.