Skip to content

Commit

Permalink
Update nightly slack bearer token (#10636)
Browse files Browse the repository at this point in the history
Co-authored-by: changelog-bot <changelog-bot>
  • Loading branch information
sheidkamp authored Feb 19, 2025
1 parent 86cfd90 commit 2e8882e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}'
4 changes: 4 additions & 0 deletions changelog/v1.19.0-beta11/test-result-slack-notifications.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
changelog:
- type: NON_USER_FACING
description: >-
Update secret used to send slack notifications of test results

0 comments on commit 2e8882e

Please sign in to comment.