Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
c4dr-me authored Dec 7, 2024
1 parent dc84c43 commit a637398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:

- name: Debug environment variables
run: |
echo "CLERK_PUBLISHABLE_KEY=${{ vars.CLERK_PUBLISHABLE_KEY }}"
CLERK_PUBLISHABLE_KEY: vars.CLERK_PUBLISHABLE_KEY
echo "CLERK_PUBLISHABLE_KEY=${{ secrets.CLERK_PUBLISHABLE_KEY }}"
CLERK_PUBLISHABLE_KEY: secrets.CLERK_PUBLISHABLE_KEY
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit a637398

Please sign in to comment.