We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f327a84 commit 849b60eCopy full SHA for 849b60e
start-proxy/action.yml
@@ -12,6 +12,10 @@ inputs:
12
proxy_password:
13
required: false
14
description: The password of the proxy
15
+ token:
16
+ description: GitHub token to use for authenticating with this instance of GitHub, used to upload debug artifacts.
17
+ default: ${{ github.token }}
18
+ required: false
19
outputs:
20
proxy_host:
21
description: The IP address of the proxy
0 commit comments