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 37a9039 commit 44a6f3cCopy full SHA for 44a6f3c
.github/workflows/devdocs-notify.yml
@@ -14,7 +14,7 @@ jobs:
14
PR_USER: ${{ github.event.pull_request.user.login }}
15
PR_URL: ${{ github.event.pull_request.html_url }}
16
REPO_NAME: ${{ github.repository }}
17
- SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
+ SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}
18
run: |
19
# Build the message and payload in one step
20
SLACK_PAYLOAD=$(jq -n \
0 commit comments