Skip to content

Commit

Permalink
chore: setup dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym committed Oct 15, 2024
1 parent 80a00e0 commit 7236196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
version: nightly

- name: Collecting .env from dotenv-vault
run: npx dotenv-vault@latest pull .env -m ${{ secrets.DOTENV_ME }} -y
run: npx dotenv-vault@latest pull -m ${{ secrets.DOTENV_ME }} -y

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 7236196

Please sign in to comment.