Skip to content

Commit

Permalink
fixup! Feat(ci): Introduce posting changelog into the Slack channel
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Dec 16, 2024
1 parent 343483e commit 2ede48e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,8 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

- name: Post Changelog
run: yarn zx scripts/post-changelog.mjs
env:
SLACK_CHANGELOG_WEBHOOK_URL: ${{ secrets.SLACK_CHANGELOG_WEBHOOK_URL }}

0 comments on commit 2ede48e

Please sign in to comment.