From 66990bf37370da9bd8e7b88d759fdcc6807f0141 Mon Sep 17 00:00:00 2001 From: ben-harvey Date: Mon, 22 Apr 2024 11:57:48 -0400 Subject: [PATCH] fix token --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 09e85bd..7608625 100644 --- a/action.yml +++ b/action.yml @@ -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' }}