diff --git a/action.yml b/action.yml index 46a83fb..244f8fb 100644 --- a/action.yml +++ b/action.yml @@ -335,7 +335,7 @@ runs: bun run ${GITHUB_ACTION_PATH}/src/entrypoints/post-buffered-inline-comments.ts - name: Revoke app token - if: always() && inputs.github_token == '' && steps.run.outputs.skipped_due_to_workflow_validation_mismatch != 'true' + if: always() && inputs.github_token == '' && steps.run.outputs.github_token != '' && steps.run.outputs.skipped_due_to_workflow_validation_mismatch != 'true' shell: bash run: | curl -L \