Skip to content

Commit

Permalink
Rename SLACK_WEBHOOK to SLACK_WEBHOOK_URL in CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick204nqh committed Dec 28, 2024
1 parent 8ef8bad commit e114df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ jobs:
status: always
fields: workflow,job,commit,repo,ref,author,took
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit e114df6

Please sign in to comment.