Skip to content

Commit 2fe9d13

Browse files
committed
perf(action): set github_token variable with github.token as default
1 parent 9354cd6 commit 2fe9d13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ inputs:
1919
GitHub token used to upload artifacts. Requires permission to create and
2020
edit releases.
2121
required: true
22+
default: ${{ github.token }}
2223

2324
root_options:
2425
description: |

0 commit comments

Comments
 (0)