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 64a06fb commit 1ba58f0Copy full SHA for 1ba58f0
action.yml
@@ -44,7 +44,7 @@ runs:
44
45
- name: Find flaky tests and write to result file
46
run: |
47
- python find_flaky_tests.py --slack-channel ${{ inputs.slack-channel-id }} --auth-token "${{ intputs.token }}" --prefix ${{ inputs.prefix }} ${{ inputs.repository }} ${{ inputs.branch }} > flaky_tests.json
+ python find_flaky_tests.py --slack-channel ${{ inputs.slack-channel-id }} --auth-token "${{ secrets.token }}" --prefix ${{ inputs.prefix }} ${{ inputs.repository }} ${{ inputs.branch }} > flaky_tests.json
48
49
- name: Post message to ${{ inputs.slack-channel-name }} Slack channel
50
if: success()
0 commit comments