We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac461ca commit c29faa4Copy full SHA for c29faa4
.github/workflows/ndr-e2e-test-sandbox.yml
@@ -69,11 +69,9 @@ jobs:
69
70
- name: Send Slack Notification
71
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # Version v2.1.1
72
- env:
73
- SLACK_BOT_TOKEN: ${{ env.SLACK_BOT_TOKEN }}
74
with:
75
method: chat.postMessage
76
- token: $SLACK_BOT_TOKEN
+ token: ${{ env.SLACK_BOT_TOKEN }}
77
payload: |
78
channel: ${{ vars.ALERTS_SLACK_CHANNEL_ID }}
79
text: "Workflow has run"
0 commit comments