Skip to content

Commit 8077859

Browse files
committed
write permissions for github actions
1 parent d3a146c commit 8077859

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Build gh-pages
22
on:
33
push:
44
branches: [ main ]
5+
permissions:
6+
contents: write
57
jobs:
68
build-gh-pages:
79
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)