Skip to content

Commit 2a9db77

Browse files
committed
👷 deno-uddの権限が足りなかった
1 parent 5c26bb5 commit 2a9db77

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
@@ -15,7 +15,7 @@ jobs:
1515
deno-version: 1.18.2
1616
- name: Update dependencies
1717
run: >
18-
deno run --allow-net --allow-read=deps/ --allow-write=deps/
18+
deno run --allow-net --allow-read --allow-write=deps/
1919
--allow-run=deno https://deno.land/x/[email protected]/main.ts deps/*.ts
2020
--test="deno test"
2121
- name: Create Pull Request

0 commit comments

Comments
 (0)