chore(ci): pass dockerhub secrets from parent
though they only exist in the environment
This commit is contained in:
@@ -423,6 +423,8 @@ jobs:
|
||||
contents: read
|
||||
secrets:
|
||||
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
|
||||
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
|
||||
packages-cleanup:
|
||||
|
||||
@@ -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