We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e912f commit 237e4faCopy full SHA for 237e4fa
.github/workflows/release.yml
@@ -119,4 +119,4 @@ jobs:
119
run: pnpm install --frozen-lockfile
120
121
- name: Send Slack notification
122
- run: pnpm slack:notify '${{ needs.release.outputs.publishedPackages }}' ${{ vars.SLACK_WEBHOOK_URL }}
+ run: pnpm slack:notify '${{ needs.release.outputs.publishedPackages }}' ${{ secrets.SLACK_WEBHOOK_URL }}
0 commit comments