We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e9fb8 commit 19ac7c2Copy full SHA for 19ac7c2
.github/workflows/ci.yml
@@ -23,4 +23,4 @@ jobs:
23
MAIL_USER: ${{ secrets.MAIL_USER }}
24
MAIL_PASS: ${{ secrets.MAIL_PASS }}
25
MAIL_TO_USER: ${{ secrets.MAIL_USER }}
26
- run: deno run --allow-net ./test.ts
+ run: deno run --allow-net --allow-env ./test.ts
0 commit comments