Skip to content

Commit

Permalink
.env build (OI)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andcool-Systems committed Jul 29, 2024
1 parent 6bf1c11 commit 8d156b3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ jobs:
with:
node-version: "20"

- name: Create .env file
run: |
echo "NEXT_PUBLIC_API_URL=${{ secrets.NEXT_PUBLIC_API_URL }}" >> .env
echo "NEXT_PUBLIC_GLOBAL_API_URL=${{ secrets.NEXT_PUBLIC_GLOBAL_API_URL }}" >> .env
echo "NEXT_PUBLIC_COLORABLE_ID=${{ secrets.NEXT_PUBLIC_COLORABLE_ID }}" >> .env
echo "NEXT_PUBLIC_LOGIN_URL=${{ secrets.NEXT_PUBLIC_LOGIN_URL }}" >> .env
echo "TOKEN=${{ secrets.TOKEN }}" >> .env
- name: Install dependencies
run: npm install

Expand Down

0 comments on commit 8d156b3

Please sign in to comment.