mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-04 11:10:05 +00:00
ci: after release ci will send slack message
This commit is contained in:
2
.github/workflows/npmpublish.yml
vendored
2
.github/workflows/npmpublish.yml
vendored
@@ -25,3 +25,5 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
- name: Send Slack message
|
||||
run: curl -X POST --data-urlencode "payload={\"channel\":\"#sasjs\", \"username\":\"GitHub CI\", \"text\":\"New version of @sasjs/adapter has been released! \n Please deploy and run `dctests` with new adapter to make sure everything is still in place.\", \"icon_emoji\":\":rocket:\"}" https://hooks.slack.com/services/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
|
||||
|
||||
Reference in New Issue
Block a user