chore(ci): pass dockerhub secrets from parent

though they only exist in the environment
This commit is contained in:
Matthias
2026-03-10 07:15:31 +01:00
parent 6b6dcd8c52
commit f34ad5fc42
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -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:
+2 -2
View File
@@ -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: