From 849b60e504080620fc54caa1cfe00bf4a856273a Mon Sep 17 00:00:00 2001 From: Marco Gario Date: Wed, 11 Dec 2024 14:48:09 +0000 Subject: [PATCH] Add token information --- start-proxy/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/start-proxy/action.yml b/start-proxy/action.yml index 5756bba47..dc783df80 100644 --- a/start-proxy/action.yml +++ b/start-proxy/action.yml @@ -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