From 351d7fd136a647ebe995ca5fd8ad4d0844b16b0c Mon Sep 17 00:00:00 2001 From: etaques <97463920+etaques@users.noreply.github.com> Date: Thu, 15 Dec 2022 10:03:22 -0300 Subject: [PATCH] fix slack channel to netdev --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 1f0964c02..74cce3459 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -146,7 +146,7 @@ jobs: - name: Post pktvisor changelog in slack channel run: | curl -d "text=:mega: *Pktvisor release reporter* :mega: - $(cat changelog.md)" -d "channel=C02SEF78ZPT" -H "Authorization: Bearer ${{secrets.SLACK_APP_TOKEN}}" -X POST https://slack.com/api/chat.postMessage + $(cat changelog.md)" -d "channel=C041B9204CF" -H "Authorization: Bearer ${{secrets.SLACK_APP_TOKEN}}" -X POST https://slack.com/api/chat.postMessage - name: Create release id: create_release