Skip to content

Commit

Permalink
πŸ’š fix: deno needs permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Helloyunho committed Mar 1, 2024
1 parent af4ec13 commit 73acf8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
deno-version: ${{ matrix.deno }} # tests across multiple Deno versions

- name: Check
run: deno run mod.ts
run: deno run --allow-read mod.ts

- name: Check Deploy
run: deno run deploy.ts
run: deno run --allow-read deploy.ts

0 comments on commit 73acf8f

Please sign in to comment.