mirror of
https://github.com/extractions/setup-just
synced 2026-09-14 20:13:55 +00:00
Use github token by default to authenticate download (#11)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user