Skip to content

Commit

Permalink
Add in some secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
macmv committed Sep 13, 2024
1 parent 020d597 commit 7e1d513
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,10 @@ jobs:

- name: Tests
uses: borales/actions-yarn@v4
env:
FAUNA_SECRET: ${{ secrets.FAUNA_SECRET }}
FAUNA_DOMAIN: ${{ secrets.FAUNA_DOMAIN }}
FAUNA_SCHEME: ${{ secrets.FAUNA_SCHEME }}
FAUNA_PORT: ${{ secrets.FAUNA_PORT }}
with:
cmd: test

0 comments on commit 7e1d513

Please sign in to comment.