From a2832f1e1a2bcfbf308f7aae6b3ffd193ca9bf24 Mon Sep 17 00:00:00 2001 From: Mihajlo Medjedovic Date: Wed, 25 Nov 2020 17:09:05 +0100 Subject: [PATCH] ci: slack webhook secret --- .github/workflows/npmpublish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index c5f3ea1..b0dc944 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -26,4 +26,4 @@ jobs: 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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 + 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:\"}" $SLACK_WEBHOOK