From d41ae15220000a2e89bf6fae4a8eb132f5cf9565 Mon Sep 17 00:00:00 2001 From: Simon Steinbeiss Date: Fri, 10 Dec 2021 22:21:40 +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 https://github.com/osbuild/release-action/pull/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 17055fbbf..0ab01a68c 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 }}"