Make permissions happy
continuous-integration/drone/push Build is passing Details

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2024-03-24 17:13:31 +01:00
parent 4dbc4a43ef
commit 317e2643c8
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 1 additions and 1 deletions

2
run.ts
View File

@ -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";