chore(ci): pass dockerhub secrets from parent
though they only exist in the environment
This commit is contained in:
@@ -4,9 +4,9 @@ on:
|
||||
workflow_call:
|
||||
secrets:
|
||||
DOCKERHUB_USERNAME:
|
||||
required: false
|
||||
required: true
|
||||
DOCKERHUB_TOKEN:
|
||||
required: false
|
||||
required: true
|
||||
DISCORD_WEBHOOK:
|
||||
required: false
|
||||
workflow_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user