We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01ec95b + e6ceac4 commit b02037bCopy full SHA for b02037b
.github/workflows/release_notice.yml
@@ -17,6 +17,8 @@ jobs:
17
uses: slackapi/[email protected]
18
with:
19
# This data can be any valid JSON from a previous step in the GitHub Action
20
+ webhook: ${{ secrets.SLACK_RELEASE }}
21
+ webhook-type: incoming-webhook
22
payload: |
23
{
24
"repository": "${{ github.repository }}",
0 commit comments