Skip to content

Commit

Permalink
fix token
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-harvey committed Apr 22, 2024
1 parent c96f807 commit 66990bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ runs:
-end "${{ steps.run-command.outputs.end-time }}" \
-result "${{ steps.run-command.outputs.exit-code == '0' && 'pass' || 'fail' }}"' \
${{ inputs.report-event-version }} \
${{ github_token }}
${{ github.token }}
- name: Warn on failure
if: ${{ !cancelled() && steps.report-test-metrics.outcome == 'failure' }}
Expand Down

0 comments on commit 66990bf

Please sign in to comment.