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 40b1fa4 commit e1be32eCopy full SHA for e1be32e
1 file changed
.github/workflows/flaky-test-report.yml
@@ -47,6 +47,6 @@ jobs:
47
REPOSITORY: ${{ inputs.repository }}
48
WORKFLOW_ID: ${{ inputs.workflow_id }}
49
GITHUB_TOKEN: ${{ secrets.github-token }}
50
- # TODO: Temporary hardcoded secret for testing - remove this and use input secret later
+ # TODO: Temporary hardcoded secret for testing - remove this and use input secret later
51
SLACK_WEBHOOK_FLAKY_TESTS: ${{ secrets.SLACK_WEBHOOK_FLAKY_TESTS2 }}
52
run: node .github/scripts/create-flaky-test-report.mjs
0 commit comments