Skip to content

Commit

Permalink
fix: github workflow reads from APIKEY
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-support committed Jan 8, 2025
1 parent 6621b18 commit 46b3179
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .fernignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Specify files that shouldn't be modified by Fern

.github/workflows/ci.yml
src/Client.ts
src/core/fetcher/Fetcher.ts
tests/integration
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
uses: actions/setup-node@v3

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

publish:
Expand Down

0 comments on commit 46b3179

Please sign in to comment.