mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 17:22:13 +00:00
Fix slack notifications in #spring-security-ci
This change can be reverted if upgrading to a new version of Gamesight/slack-workflow-status with the fix available (> 1.1.0). Closes gh-11346
This commit is contained in:
parent
1483a57018
commit
d1cb236df5
@ -321,7 +321,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Send Slack message
|
- name: Send Slack message
|
||||||
uses: Gamesight/slack-workflow-status@v1.0.1
|
# 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
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
|
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user