Make permissions happy
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
4dbc4a43ef
commit
317e2643c8
1 changed files with 1 additions and 1 deletions
2
run.ts
2
run.ts
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env -S deno run --allow-run --allow-env --no-lock
|
||||
#!/usr/bin/env -S deno run --allow-run --allow-env --allow-sys --no-lock
|
||||
|
||||
import { copy } from "https://deno.land/std@0.104.0/io/util.ts";
|
||||
|
||||
|
|
Loading…
Reference in a new issue