Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsingh132 authored Oct 10, 2024
1 parent e3cf37a commit 8e72b51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
build:

runs-on: ubuntu-latest
environment: ${{ vars.ENVIRONMENT_STAGE }}

strategy:
matrix:
Expand All @@ -26,6 +27,10 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: display env variables
run: |
echo "Convex var: ${{ vars.NEXT_PUBLIC_CONVEX_URL }}"
echo "Clerk var: ${{ vars.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY }}"
- name: create env file
run: |
touch .env
Expand Down

0 comments on commit 8e72b51

Please sign in to comment.