Skip to content

Commit

Permalink
Update Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukhendu2002 committed Mar 15, 2024
1 parent 466efe5 commit a464d76
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,10 @@ jobs:
cache: "pnpm"
cache-dependency-path: "./server/pnpm-lock.yaml"

- name: Show secrets
run: |
echo ${{ secrets.PROD_ENV_FILE }}
- name: Install Dependencies
run: pnpm install

- name: Create .env file
run: |
touch .env
echo "${{ secrets.PROD_ENV_FILE }}" > .env
echo "${{ secrets.PROD_SEC }}" >> .env

0 comments on commit a464d76

Please sign in to comment.