We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfe6320 commit 2ba47f5Copy full SHA for 2ba47f5
.github/workflows/release_notice.yml
@@ -16,7 +16,7 @@ jobs:
16
if: success()
17
uses: tokorom/action-slack-incoming-webhook@main
18
env:
19
- INCOMING_WEBHOOK_URL: ${{ secrets.SLACK_RELEASE }}
+ INCOMING_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
20
with:
21
text: A release is published.
22
blocks: |
0 commit comments