Skip to content

Commit

Permalink
Add quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
knapii-developments committed Dec 13, 2023
1 parent 0c1cc02 commit 21205e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/thurloe-build-tag-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
name: Generate Docker password
env:
GH_TOKEN: ${{ github.token }}
run: gh secret set DOCKER_PASSWORD << ${{ steps.auth.outputs.credentials_file_path }}
run: gh secret set DOCKER_PASSWORD << "${{ steps.auth.outputs.credentials_file_path }}"

# Build and push jar to GCR
- uses: mr-smithers-excellent/docker-build-push@v6
Expand Down

0 comments on commit 21205e3

Please sign in to comment.