release-action: Send notification to our Slack channel
Passing the webhook URL is necessary because GH composite actions don't support handling secrets. See also https://github.com/osbuild/release-action/pull/3 [skip ci]
This commit is contained in:
parent
acafddbcd7
commit
d41ae15220
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -13,3 +13,4 @@ jobs:
|
|||
uses: osbuild/release-action@main
|
||||
with:
|
||||
token: "${{ secrets.SCHUTZBOT_GITHUB_ACCESS_TOKEN }}"
|
||||
slack_webhook_url: "${{ secrets.SLACK_WEBHOOK_URL }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue