Skip to content

Commit

Permalink
remove the env key from file
Browse files Browse the repository at this point in the history
  • Loading branch information
lharries committed Aug 3, 2024
1 parent d3f37ee commit 20670e7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/snippets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ jobs:
with:
node-version: '20'

- name: Create env file
run: |
touch .env
echo FERN_API_KEY=${{ secrets.FERN_API_KEY }} >> .env
- name: Run snippets.js
run: node .github/workflows/snippets.js

Expand Down

0 comments on commit 20670e7

Please sign in to comment.