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 26e0408 commit a822e07Copy full SHA for a822e07
.github/workflows/ocwm-creator.yml
@@ -84,7 +84,7 @@ jobs:
84
uses: actions/github-script@v7
85
env:
86
MY_TOKEN: ${{ steps.get_workflow_token.outputs.token }}
87
- SLACK_WEBHOOK: ${{ vars.SLACK_WEBHOOK }}
+ SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
88
with:
89
script: |
90
0 commit comments