Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AVtheking authored Nov 19, 2023
1 parent 8910ec7 commit 49a80c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: echo "${{ secrets.ENV_FILE }}" > .env
- run: echo "ENV_FILE value:${{ secrets.NEW_ENV_FILE }}"
- run: echo "${{ secrets.NEW_ENV_FILE }}" > .env

0 comments on commit 49a80c3

Please sign in to comment.