From 37c57bf5c98a7a609cd3f00d47f9d579e04c8bde Mon Sep 17 00:00:00 2001 From: Simon Steinbeiss Date: Fri, 10 Dec 2021 22:26:21 +0100 Subject: [PATCH] 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] --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 17055fbb..0ab01a68 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,3 +13,4 @@ jobs: uses: osbuild/release-action@main with: token: "${{ secrets.SCHUTZBOT_GITHUB_ACCESS_TOKEN }}" + slack_webhook_url: "${{ secrets.SLACK_WEBHOOK_URL }}"