Skip to content

Commit

Permalink
Add env config in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ktx-kirtan authored Jan 31, 2025
1 parent 2c543ff commit c42827c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ jobs:
with:
node-version: '18' # Adjust as needed

- name: Create .env File
uses: 'DamianReeves/write-file-action@master'
with:
path: ./.env
write-mode: overwrite
contents: ${{ secrets.ENV_FILE }}

- name: Install NPM dependencies
run: npm install

Expand Down

0 comments on commit c42827c

Please sign in to comment.