Skip to content

Commit

Permalink
Merge pull request #992 from chromaui/pass-slack-env-var
Browse files Browse the repository at this point in the history
Pass `SLACK_WEBHOOK_URL` to release script
  • Loading branch information
ghengeveld committed May 27, 2024
2 parents 79840ac + 711c592 commit 3141b14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 3141b14

Please sign in to comment.