Skip to content

Commit

Permalink
chore: ensure secrets are propagated to test env
Browse files Browse the repository at this point in the history
  • Loading branch information
carenthomas committed Jan 7, 2025
1 parent 5f798aa commit d487f56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .fernignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Specify files that shouldn't be modified by Fern

tests/custom.test.ts
tests/custom.test.ts
.github/workflows/ci.yml
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:

- name: Compile
run: yarn && yarn test
env:
LETTA_API_KEY: ${{ secrets.LETTA_API_KEY }}

publish:
needs: [ compile, test ]
Expand Down

0 comments on commit d487f56

Please sign in to comment.