Add token information
This commit is contained in:
parent
f327a84ce5
commit
849b60e504
1 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,10 @@ inputs:
|
|||
proxy_password:
|
||||
required: false
|
||||
description: The password of the proxy
|
||||
token:
|
||||
description: GitHub token to use for authenticating with this instance of GitHub, used to upload debug artifacts.
|
||||
default: ${{ github.token }}
|
||||
required: false
|
||||
outputs:
|
||||
proxy_host:
|
||||
description: The IP address of the proxy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue