Skip to content

Commit 1b836b6

Browse files
committed
add permission
1 parent d4a873e commit 1b836b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868
name: github-pages
6969
url: ${{ steps.deployment.outputs.page_url }}
7070
runs-on: ubuntu-latest
71+
permissions:
72+
contents: write # Needed to commit the generated file
7173
needs:
7274
- generate-page
7375
steps:

0 commit comments

Comments
 (0)