From 6d68090dc8bf4c1557743190de930308fc0464b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 14:44:03 +0000 Subject: [PATCH 1/2] chore(ci): bump slackapi/slack-github-action from 1.23.0 to 4.0.0 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.23.0 to 4.0.0. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Changelog](https://github.com/slackapi/slack-github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/slackapi/slack-github-action/compare/v1.23.0...v4.0.0) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release_notice.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_notice.yml b/.github/workflows/release_notice.yml index e17315a01..42f9fed3a 100644 --- a/.github/workflows/release_notice.yml +++ b/.github/workflows/release_notice.yml @@ -14,7 +14,7 @@ jobs: run: echo "$GITHUB_CONTEXT" - name: Send custom JSON data to Slack workflow id: slack - uses: slackapi/slack-github-action@v1.23.0 + uses: slackapi/slack-github-action@v4.0.0 with: # This data can be any valid JSON from a previous step in the GitHub Action payload: | From 7df8d274db1a16340bd5a8b4afd1329fd375ecbe Mon Sep 17 00:00:00 2001 From: Arif Burak Demiray Date: Fri, 11 Sep 2026 14:10:39 +0300 Subject: [PATCH 2/2] feat: new env var getting way --- .github/workflows/release_notice.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_notice.yml b/.github/workflows/release_notice.yml index 42f9fed3a..87ac00aaf 100644 --- a/.github/workflows/release_notice.yml +++ b/.github/workflows/release_notice.yml @@ -16,6 +16,8 @@ jobs: id: slack uses: slackapi/slack-github-action@v4.0.0 with: + webhook: ${{ secrets.SLACK_RELEASE }} + webhook-type: webhook-trigger # This data can be any valid JSON from a previous step in the GitHub Action payload: | { @@ -25,8 +27,6 @@ jobs: "body": ${{ toJSON(github.event.release.body) }}, "html_url": "${{ github.event.release.html_url }}" } - env: - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_RELEASE }} - name: Send custom JSON data to Discord uses: sarisia/actions-status-discord@v1.13.0 with: