Skip to content

Commit 44a6f3c

Browse files
Update devdocs-notify.yml
Fix SLACK_WEBHOOK_URL variable
1 parent 37a9039 commit 44a6f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/devdocs-notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
PR_USER: ${{ github.event.pull_request.user.login }}
1515
PR_URL: ${{ github.event.pull_request.html_url }}
1616
REPO_NAME: ${{ github.repository }}
17-
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
17+
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}
1818
run: |
1919
# Build the message and payload in one step
2020
SLACK_PAYLOAD=$(jq -n \

0 commit comments

Comments
 (0)