Skip to content

Commit 6266c65

Browse files
committed
Quetzal API key
1 parent d15b2f0 commit 6266c65

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/e2e-api-tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868

6969
- name: Build
7070
run: pnpm build
71+
env:
72+
QUETZAL_API_KEY: ${{ secrets.QUETZAL_API_KEY }}
7173

7274
- name: Start Docker Compose
7375
run: docker compose -f dependencies.compose.yaml up -d

.github/workflows/lint-and-build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666

6767
- name: Build
6868
run: pnpm build
69+
env:
70+
QUETZAL_API_KEY: ${{ secrets.QUETZAL_API_KEY }}
6971

7072
- name: Lint
7173
run: pnpm lint

.github/workflows/preview-docs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656

5757
- name: Build
5858
run: pnpm build
59+
env:
60+
QUETZAL_API_KEY: ${{ secrets.QUETZAL_API_KEY }}
5961

6062
- name: Check API is valid
6163
run: pnpm run fern check

.github/workflows/publish-docs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474

7575
- name: Build
7676
run: pnpm build
77+
env:
78+
QUETZAL_API_KEY: ${{ secrets.QUETZAL_API_KEY }}
7779

7880
- name: Check API is valid
7981
run: pnpm run fern check

0 commit comments

Comments
 (0)