From 3e80a409442ba41529269f13b48512246b2cfdfa Mon Sep 17 00:00:00 2001 From: codejedi365 Date: Mon, 30 Sep 2024 16:57:22 -0600 Subject: [PATCH] perf(action): set `github_token` variable with `github.token` as default --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 6d1c613..3829608 100644 --- a/action.yml +++ b/action.yml @@ -19,6 +19,7 @@ inputs: GitHub token used to upload artifacts. Requires permission to create and edit releases. required: true + default: ${{ github.token }} root_options: description: |