Skip to content

Commit f550d74

Browse files
committed
ci(deno-udd): No need providing --allow-write
1 parent 96dbcc9 commit f550d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/udd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: >
1818
deno run --allow-net --allow-read --allow-write=deps/
1919
--allow-run=deno https://deno.land/x/[email protected]/main.ts deps/*.ts
20-
--test="deno test --allow-read --allow-write"
20+
--test="deno test --allow-read"
2121
- name: Create Pull Request
2222
uses: peter-evans/create-pull-request@v3
2323
with:

0 commit comments

Comments
 (0)