Skip to content

Commit

Permalink
Use Literal Block Scalar
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiuszbachorski committed Jun 11, 2024
1 parent 1d904d6 commit d8bbeff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
dockerComposeFile: docker-compose-development.yml
testscript: test.sh
secrets:
ENV_FILE: "
ENV_FILE: |
NEXT_PUBLIC_FIREBASE_API_KEY='${{ secrets.NEXT_PUBLIC_FIREBASE_API_KEY }}'
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN='${{ secrets.NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN }}'
NEXT_PUBLIC_FIREBASE_PROJECT_ID='${{ secrets.NEXT_PUBLIC_FIREBASE_PROJECT_ID }}'
Expand Down

0 comments on commit d8bbeff

Please sign in to comment.