Skip to content

Commit

Permalink
ci: provide missing env variable to validate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst committed Jun 25, 2024
1 parent 72f19e0 commit fd9c5e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
env:
NUXT_PUBLIC_API_BASE_URL: "${{ vars.NUXT_PUBLIC_API_BASE_URL }}"
NUXT_PUBLIC_OPENAPI_BASE_URL: "${{ vars.NUXT_PUBLIC_OPENAPI_BASE_URL }}"

- name: Format
Expand Down

0 comments on commit fd9c5e4

Please sign in to comment.