Skip to content

Commit

Permalink
Update docker-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy authored Jan 7, 2025
1 parent f0e3de7 commit 8e2b514
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ on:
required: false
default: 'false'
type: string
secrets: inherit
secrets:
GH_PAT:
required: true
DOCKERHUB_USERNAME:
required: false
DOCKERHUB_TOKEN:
required: false

defaults:
run:
Expand Down

0 comments on commit 8e2b514

Please sign in to comment.