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 60cbfa7 commit 71bc244
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,15 @@ on:
default: 'false'
type: string
secrets:
GH_PAT: ${{ secrets.GH_PAT }}
GH_PAT:
required: true
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}

default: ${{ secrets.GH_PAT }}
DOCKERHUB_USERNAME:
required: false
default: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN:
required: false
default: ${{ secrets.DOCKERHUB_TOKEN }}
defaults:
run:
working-directory: ./
Expand Down

0 comments on commit 71bc244

Please sign in to comment.