Skip to content

Commit 9bca911

Browse files
committed
Try GH Actions
1 parent 6266c65 commit 9bca911

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,11 @@ jobs:
6464
- name: Create .env.production.local file for examples/supabase
6565
run: cp examples/supabase/.env.development examples/supabase/.env.production.local
6666

67+
- name: Put QUETZAL_API_KEY in .env.local for packages/stack
68+
run: echo "QUETZAL_API_KEY=${{ secrets.QUETZAL_API_KEY }}" >> packages/stack/.env.local
69+
6770
- name: Build
6871
run: pnpm build
69-
env:
70-
QUETZAL_API_KEY: ${{ secrets.QUETZAL_API_KEY }}
7172

7273
- name: Lint
7374
run: pnpm lint

0 commit comments

Comments
 (0)