Skip to content

Commit

Permalink
fix: added missing env values to gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
Siebe Baree committed Jun 23, 2024
1 parent f3d4750 commit 77de54d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}
NODE_ENV: ${{ secrets.NODE_ENV }}
NEXT_PUBLIC_BASE_URL: ${{ secrets.NEXT_PUBLIC_BASE_URL }}
API_TOKEN: ${{ secrets.API_TOKEN }}
API_URL: ${{ secrets.API_URL }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 77de54d

Please sign in to comment.