mirror of
https://github.com/LukeHagar/slinky.git
synced 2025-12-09 12:47:45 +00:00
Add GITHUB_TOKEN input to action.yml for enhanced authentication
This commit is contained in:
@@ -62,6 +62,7 @@ runs:
|
|||||||
INPUT_FAIL_ON_FAILURES: ${{ inputs.fail_on_failures }}
|
INPUT_FAIL_ON_FAILURES: ${{ inputs.fail_on_failures }}
|
||||||
INPUT_COMMENT_PR: ${{ inputs.comment_pr }}
|
INPUT_COMMENT_PR: ${{ inputs.comment_pr }}
|
||||||
INPUT_STEP_SUMMARY: ${{ inputs.step_summary }}
|
INPUT_STEP_SUMMARY: ${{ inputs.step_summary }}
|
||||||
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
json_path:
|
json_path:
|
||||||
|
|||||||
Reference in New Issue
Block a user