Skip to content

Commit e563e07

Browse files
authored
Merge branch 'develop' into update/pre-commit-hooks
2 parents d5fa996 + f34ad5f commit e563e07

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,8 @@ jobs:
423423
contents: read
424424
secrets:
425425
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} # zizmor: ignore[secrets-outside-env] Intentionally not using environment variable.
426+
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
427+
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
426428

427429

428430
packages-cleanup:

.github/workflows/docker-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Docker Build and Deploy
33
on:
44
workflow_call:
55
secrets:
6+
DOCKERHUB_USERNAME:
7+
required: true
8+
DOCKERHUB_TOKEN:
9+
required: true
610
DISCORD_WEBHOOK:
711
required: false
812
workflow_dispatch:

0 commit comments

Comments
 (0)