Skip to content

Commit 0d0302c

Browse files
Set job permissions/content to write
1 parent d464565 commit 0d0302c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ on:
2727
jobs:
2828
run:
2929
runs-on: ubuntu-latest
30-
30+
permissions:
31+
contents: write
3132
steps:
3233

3334
- name: Maximize build space

0 commit comments

Comments
 (0)