mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
chore: remove --allow-read from deno permissions as we dont need it anymore because of #407
This commit is contained in:
parent
89515cb677
commit
ec33bc2ca2
2 changed files with 2 additions and 2 deletions
2
.github/workflows/deno.yml
vendored
2
.github/workflows/deno.yml
vendored
|
|
@ -35,4 +35,4 @@ jobs:
|
|||
deno-version: v1.x
|
||||
|
||||
- name: Compile
|
||||
run: deno compile --allow-read bin/gamedig.js
|
||||
run: deno compile --allow-net bin/gamedig.js
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue