Skip to content

Commit

Permalink
github actions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wisekaa03 committed Aug 6, 2023
1 parent 27c5e83 commit 8f89343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
node-version: 18
- run: yarn install
- env:
MAILGUN_DOMAIN: ${{ MAILGUN_DOMAIN }}
MAILGUN_KEY: ${{ MAILGUN_KEY }}
MAILGUN_DOMAIN: ${{ secrets.MAILGUN_DOMAIN }}
MAILGUN_KEY: ${{ secrets.MAILGUN_KEY }}
run: yarn test

0 comments on commit 8f89343

Please sign in to comment.