Skip to content

Commit 1ba58f0

Browse files
committed
🎉 Fix token usage
1 parent 64a06fb commit 1ba58f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
4444
4545
- name: Find flaky tests and write to result file
4646
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
47+
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
4848
4949
- name: Post message to ${{ inputs.slack-channel-name }} Slack channel
5050
if: success()

0 commit comments

Comments
 (0)