Skip to content

Commit

Permalink
fix: run permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNoim committed Dec 9, 2023
1 parent 6f21d6a commit 513c593
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reactive_home/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ async function executeScripts(abort: AbortSignal) {
"run",
`--lock=${join(flags.root, "deno.lock")}`,
"--allow-read",
`--allow-env=NODE_ENV,HASS_LONG_LIVED_TOKEN,HASS_URL`,
"--allow-env",
"--allow-net",
"--allow-sys",
"--unstable", // npm import
];

Expand Down

0 comments on commit 513c593

Please sign in to comment.