mirror of
https://github.com/github/codeql-action
synced 2026-05-23 20:00:54 +03:00
Add token information
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user