Skip to content

Commit

Permalink
try with env in format
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Aug 8, 2024
1 parent 986a29d commit 72ccfbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-selected-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ on:
type: string

run-name: ${{ inputs.workflow_run_name }}
env:
SLACK_HANDLE: ${{ secrets.GUARDIAN_SLACK_NOTIFICATION_HANDLE }}

jobs:
call-run-e2e-tests-workflow:
Expand All @@ -53,7 +55,7 @@ jobs:
slack_notification_after_tests: true
slack_notification_after_tests_channel_id: "#team-test-tooling-internal"
slack_notification_after_tests_name: "Selected E2E Tests"
slack_notification_after_tests_recipient_handle: ${{ format('<!subteam^{0}|{0}>', secrets.GUARDIAN_SLACK_NOTIFICATION_HANDLE) }}
slack_notification_after_tests_recipient_handle: ${{ format('<!subteam^{0}|{0}>', env.SLACK_HANDLE) }}
secrets:
QA_AWS_REGION: ${{ secrets.QA_AWS_REGION }}
QA_AWS_ROLE_TO_ASSUME: ${{ secrets.QA_AWS_ROLE_TO_ASSUME }}
Expand Down

0 comments on commit 72ccfbf

Please sign in to comment.