Skip to content

Commit

Permalink
fix: ci api base url
Browse files Browse the repository at this point in the history
  • Loading branch information
lemueldls committed Sep 13, 2024
1 parent dadc2b8 commit 2a1c4c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
- name: build
run: yarn tauri build
env:
NUXT_PUBLIC_API_BASE_URL: ${{ secrets.NUXT_PUBLIC_API_BASE_URL }}
NUXT_SESSION_PASSWORD: ${{ secrets.NUXT_SESSION_PASSWORD }}
NUXT_OAUTH_GITHUB_CLIENT_ID:
${{ secrets.NUXT_OAUTH_GITHUB_CLIENT_ID }}
Expand Down

0 comments on commit 2a1c4c0

Please sign in to comment.