Skip to content

Commit

Permalink
SLACK_TEST_WEBHOOK_URL -> SLACK_EDGE_GITHUB_URL (#1380)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemanja0x authored Apr 12, 2023
1 parent 3dbacc7 commit c5f83e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Notify Slack
uses: slackapi/slack-github-action@v1.23.0
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_TEST_WEBHOOK_URL }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_EDGE_GITHUB_URL }}
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
with:
payload: |
Expand Down

0 comments on commit c5f83e2

Please sign in to comment.