Skip to content

Commit

Permalink
some renaming of secret references
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhitestratiform committed Jul 12, 2024
1 parent b677c1c commit 84c1297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/call-pr-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
retrieve_endpoint: true
secrets:
slack_webhook: ${{ secrets.INTEGRATIONS_SLACK_WEBHOOK }}
role-to-assume: ${{ secrets.AWS_DEFAULT_REGION }}
aws-region: ${{ secrets.AWS_OIDC_ROLE_TO_ASSUME }}
aws_oidc_role_to_assume: ${{ secrets.AWS_DEFAULT_REGION }}
aws_default_region: ${{ secrets.AWS_OIDC_ROLE_TO_ASSUME }}

0 comments on commit 84c1297

Please sign in to comment.