Skip to content

Commit

Permalink
Chore: [AEA-0000] - fix AWS session name in github actions (#218)
Browse files Browse the repository at this point in the history
## Summary

- Routine Change

### Details

-  fix AWS session name in github actions
  • Loading branch information
anthony-nhs authored Nov 28, 2024
1 parent e71ccda commit ac663ca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_int_release_notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
aws-region: eu-west-2
role-to-assume: ${{ secrets.DEV_CLOUD_FORMATION_EXECUTE_LAMBDA_ROLE }}
role-session-name: github-actions
role-session-name: apigee-pfp-create-release-notes

- shell: bash
name: create release notes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_prod_release_notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
aws-region: eu-west-2
role-to-assume: ${{ secrets.DEV_CLOUD_FORMATION_EXECUTE_LAMBDA_ROLE }}
role-session-name: github-actions
role-session-name: apigee-pfp-create-release-notes

- shell: bash
name: create release notes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_rc_int_release_notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
aws-region: eu-west-2
role-to-assume: ${{ secrets.DEV_CLOUD_FORMATION_EXECUTE_LAMBDA_ROLE }}
role-session-name: github-actions
role-session-name: apigee-pfp-create-release-notes

- shell: bash
name: create release notes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mark_jira_released.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
aws-region: eu-west-2
role-to-assume: ${{ secrets.DEV_CLOUD_FORMATION_EXECUTE_LAMBDA_ROLE }}
role-session-name: github-actions
role-session-name: apigee-pfp-create-release-notes

- shell: bash
name: create release notes
Expand Down

0 comments on commit ac663ca

Please sign in to comment.