Skip to content

Commit

Permalink
Set environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrujanaReddy committed Aug 9, 2024
1 parent 3219976 commit f1f1449
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]

- name: Set environment variables
run: |
echo "DB_USER=${{ secrets.DB_USER }}" >> $GITHUB_ENV
echo "DB_PASSWORD=${{ secrets.DB_PASSWORD }}" >> $GITHUB_ENV
echo "DEV_DATABASE=${{ secrets.DEV_DATABASE }}" >> $GITHUB_ENV
- name: Build Docker image
run: docker compose build

Expand Down

0 comments on commit f1f1449

Please sign in to comment.