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:
Simon Steinbeiss 2021-12-10 22:21:40 +01:00 committed by Ondřej Budai
parent acafddbcd7
commit d41ae15220

View file

@ -13,3 +13,4 @@ jobs:
uses: osbuild/release-action@main
with:
token: "${{ secrets.SCHUTZBOT_GITHUB_ACCESS_TOKEN }}"
slack_webhook_url: "${{ secrets.SLACK_WEBHOOK_URL }}"