Skip to content

Commit 28acd03

Browse files
committed
fix(ci): Use correct Slack token
1 parent 0da80e7 commit 28acd03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
if: ${{ failure() || github.run_attempt > 1 }}
5959
uses: stackabletech/actions/send-slack-notification@ad167a759aa0380aab276c0f96382476d62c51c6 # TODO: Use released version
6060
with:
61-
slack-token: ${{ secrets.SLACK_CONTAINER_IMAGE_TOKEN }}
61+
slack-token: ${{ secrets.SLACK_INTEGRATION_TEST_TOKEN }}
6262
failed-tests: ${{ steps.test.outputs.failed-tests }}
6363
test-health: ${{ steps.test.outputs.health }}
6464
test-result: ${{ steps.test.conclusion }}

0 commit comments

Comments
 (0)