From 2e8882ebaa44d9ed76b044b295fcdd46366b8b29 Mon Sep 17 00:00:00 2001 From: Seth Heidkamp <61526534+sheidkamp@users.noreply.github.com> Date: Wed, 19 Feb 2025 09:40:44 -0500 Subject: [PATCH] Update nightly slack bearer token (#10636) Co-authored-by: changelog-bot --- .github/workflows/nightly-tests.yaml | 2 +- changelog/v1.19.0-beta11/test-result-slack-notifications.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 changelog/v1.19.0-beta11/test-result-slack-notifications.yaml diff --git a/.github/workflows/nightly-tests.yaml b/.github/workflows/nightly-tests.yaml index 760133b316b..e922eeb722b 100644 --- a/.github/workflows/nightly-tests.yaml +++ b/.github/workflows/nightly-tests.yaml @@ -604,6 +604,6 @@ jobs: env: PARENT_JOB_URL: https://github.com/solo-io/gloo/actions/runs/${{github.run_id}} # parent job hyperlink PREAMBLE: ${{ steps.compute-preamble.outputs.preamble }} # text to hyperlink at start of slack message - SLACKBOT_BEARER: ${{ secrets.SLACKBOT_BEARER }} + SLACKBOT_BEARER: ${{ secrets.SLACK_BOT_TOKEN }} run: | go run .github/workflows/helpers/notify/slack.go '${{ toJSON(needs) }}' diff --git a/changelog/v1.19.0-beta11/test-result-slack-notifications.yaml b/changelog/v1.19.0-beta11/test-result-slack-notifications.yaml new file mode 100644 index 00000000000..202a148c45b --- /dev/null +++ b/changelog/v1.19.0-beta11/test-result-slack-notifications.yaml @@ -0,0 +1,4 @@ +changelog: + - type: NON_USER_FACING + description: >- + Update secret used to send slack notifications of test results