We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7294fc commit dfe6320Copy full SHA for dfe6320
.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_WEBHOOK_URL }}
+ INCOMING_WEBHOOK_URL: ${{ secrets.SLACK_RELEASE }}
20
with:
21
text: A release is published.
22
blocks: |
0 commit comments