Skip to content

Commit

Permalink
env
Browse files Browse the repository at this point in the history
  • Loading branch information
vpedraLZT committed Dec 14, 2023
1 parent 6b79d3d commit 09edcee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v2
with:
secret-envs:
env:
- NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=${{secrets.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY}}
- CLERK_SECRET_KEY=${{secrets.CLERK_SECRET_KEY}}
context: "{{defaultContext}}"
Expand Down

0 comments on commit 09edcee

Please sign in to comment.