Skip to content

Commit

Permalink
ci: adding to SSH_PRIVATE_KEY_FILE double quotes to avoid docker run …
Browse files Browse the repository at this point in the history
…issue

#4
  • Loading branch information
juancarlosjr97 committed Feb 10, 2024
1 parent 038009d commit cb9d0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
-e GPG_PRIVATE_KEY="${GPG_PRIVATE_KEY}" \
-e GPG_PRIVATE_KEY_ID="${GPG_PRIVATE_KEY_ID}" \
-e RELEASE_IT_PLUGINS="@release-it/conventional-changelog@latest" \
-e SSH_PRIVATE_KEY_FILE=${SSH_PRIVATE_KEY_FILE} \
-e SSH_PRIVATE_KEY_FILE="${SSH_PRIVATE_KEY_FILE}" \
-v $PWD:/app \
ghcr.io/${{ github.repository }}:${{ github.sha }} \
release-it --dry-run
Expand Down

0 comments on commit cb9d0ea

Please sign in to comment.