We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da80e7 commit 28acd03Copy full SHA for 28acd03
.github/workflows/integration-test.yml
@@ -58,7 +58,7 @@ jobs:
58
if: ${{ failure() || github.run_attempt > 1 }}
59
uses: stackabletech/actions/send-slack-notification@ad167a759aa0380aab276c0f96382476d62c51c6 # TODO: Use released version
60
with:
61
- slack-token: ${{ secrets.SLACK_CONTAINER_IMAGE_TOKEN }}
+ slack-token: ${{ secrets.SLACK_INTEGRATION_TEST_TOKEN }}
62
failed-tests: ${{ steps.test.outputs.failed-tests }}
63
test-health: ${{ steps.test.outputs.health }}
64
test-result: ${{ steps.test.conclusion }}
0 commit comments