From 095f23d81f3262a59c0e161ba72dfa2ada97be0a Mon Sep 17 00:00:00 2001 From: Steve Riesenberg Date: Tue, 5 Jul 2022 17:49:46 -0500 Subject: [PATCH] Fix slack notifications in #spring-security-ci Issue gh-11346 --- .github/workflows/continuous-integration-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 370aa7c037..4ef2eb340d 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -343,7 +343,7 @@ jobs: - name: Send Slack message # Workaround while waiting for Gamesight/slack-workflow-status#38 to be fixed # See https://github.com/Gamesight/slack-workflow-status/issues/38 - uses: sjohnr/slack-workflow-status@9eb3eb361c03f8bb9271782f987f472adfc31056 + uses: sjohnr/slack-workflow-status@v1-beta with: repo_token: ${{ secrets.GITHUB_TOKEN }} slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}