Skip to content

Commit 2e8882e

Browse files
authored
Update nightly slack bearer token (#10636)
Co-authored-by: changelog-bot <changelog-bot>
1 parent 86cfd90 commit 2e8882e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/nightly-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,6 @@ jobs:
604604
env:
605605
PARENT_JOB_URL: https://github.com/solo-io/gloo/actions/runs/${{github.run_id}} # parent job hyperlink
606606
PREAMBLE: ${{ steps.compute-preamble.outputs.preamble }} # text to hyperlink at start of slack message
607-
SLACKBOT_BEARER: ${{ secrets.SLACKBOT_BEARER }}
607+
SLACKBOT_BEARER: ${{ secrets.SLACK_BOT_TOKEN }}
608608
run: |
609609
go run .github/workflows/helpers/notify/slack.go '${{ toJSON(needs) }}'
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
changelog:
2+
- type: NON_USER_FACING
3+
description: >-
4+
Update secret used to send slack notifications of test results

0 commit comments

Comments
 (0)