Skip to content

Commit

Permalink
feat: add API_URL to environment variables in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganthepro committed Nov 29, 2024
1 parent e2bf183 commit c01059d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
echo "ADMIN_EMAIL=${{ secrets.ADMIN_EMAIL }}" >> .env
echo "ADMIN_PASSWORD=${{ secrets.ADMIN_PASSWORD }}" >> .env
echo "AI_URL=${{ secrets.AI_URL }}" >> .env
echo "API_URL=${{ secrets.API_URL }}" >> .env
cat .env
- name: Running Docker Compose
Expand Down

0 comments on commit c01059d

Please sign in to comment.