Skip to content

Commit

Permalink
ci: add deno permission to build status check
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinWilkinson committed Dec 11, 2023
1 parent f28843f commit e011da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-status-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:

- name: Run Build
run: |
deno run --allow-read --allow-run "./.github/internal-cicd/scripts/deno-check.ts";
deno run --allow-read --allow-run --allow-sys "./.github/internal-cicd/scripts/deno-check.ts";

0 comments on commit e011da7

Please sign in to comment.