Use github token by default to authenticate download (#11)

This commit is contained in:
Simon Sorensen
2023-02-11 15:57:03 +02:00
committed by GitHub
parent 95b912dc5d
commit ad659545e1
6 changed files with 39 additions and 20 deletions
+4
View File
@@ -7,6 +7,10 @@ branding:
inputs:
just-version:
description: 'A valid semver specifier of the just version to install'
github-token:
description: 'Github token to use to authenticate downloads'
required: false
default: ${{ github.token }}
runs:
using: 'node16'
main: 'dist/index.js'