Skip to content

Commit

Permalink
chore: adjust task permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Dec 26, 2023
1 parent ed8c504 commit 88dfa06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"tasks": {
"cache": "deno run --allow-read --allow-run=deno ./cache.ts"
"cache": "deno run --no-lock --allow-read --allow-run=deno --allow-env=CI,DENO_DIR ./cache.ts"
},
"imports": {
"std/": "https://deno.land/[email protected]/",
Expand Down

0 comments on commit 88dfa06

Please sign in to comment.