mirror of
https://git.flexiblyrigid.au/actions/setup-docker-action.git
synced 2025-12-06 14:58:06 +08:00
set github token to list releases and download assets
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -34,6 +34,10 @@ inputs:
|
||||
runtime-basedir:
|
||||
description: 'Docker runtime base directory'
|
||||
required: false
|
||||
github-token:
|
||||
description: "GitHub Token used to get releases and download assets"
|
||||
default: ${{ github.token }}
|
||||
required: false
|
||||
|
||||
outputs:
|
||||
sock:
|
||||
|
||||
Reference in New Issue
Block a user