mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-01-29 06:20:07 +08:00
add private github package support using personal access token (#152)
* add private github package support using pat * add index.js after yarn build * shift gitcrediental step before run_tests
This commit is contained in:
@@ -32,6 +32,11 @@ inputs:
|
||||
required: false
|
||||
default: ''
|
||||
description: 'SSH Agent path to forward to the container'
|
||||
gitPrivateToken:
|
||||
required: false
|
||||
default: ''
|
||||
description: >
|
||||
Github private token to pull from github
|
||||
githubToken:
|
||||
required: false
|
||||
default: ''
|
||||
|
||||
Reference in New Issue
Block a user