Skip to content

Commit 849b60e

Browse files
committed
Add token information
1 parent f327a84 commit 849b60e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

start-proxy/action.yml

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ inputs:
1212
proxy_password:
1313
required: false
1414
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
1519
outputs:
1620
proxy_host:
1721
description: The IP address of the proxy

0 commit comments

Comments
 (0)