Skip to content

Commit 237e4fa

Browse files
authored
Update Slack webhook URL to use secrets (#41)
1 parent 03e912f commit 237e4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ jobs:
119119
run: pnpm install --frozen-lockfile
120120

121121
- name: Send Slack notification
122-
run: pnpm slack:notify '${{ needs.release.outputs.publishedPackages }}' ${{ vars.SLACK_WEBHOOK_URL }}
122+
run: pnpm slack:notify '${{ needs.release.outputs.publishedPackages }}' ${{ secrets.SLACK_WEBHOOK_URL }}

0 commit comments

Comments
 (0)