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 osbuild/release-action#3

[skip ci]
This commit is contained in:
Simon Steinbeiss 2021-12-10 22:26:21 +01:00 committed by Christian Kellner
parent cd4ac1c75a
commit 37c57bf5c9

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 }}"