Allow pages workflow to write to the repository
This commit is contained in:
parent
fa098f955d
commit
fea3a78662
1 changed files with 3 additions and 0 deletions
3
.github/workflows/pages.yml
vendored
3
.github/workflows/pages.yml
vendored
|
@ -5,6 +5,9 @@ on:
|
|||
branches:
|
||||
- master
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-20.04
|
||||
|
|
Loading…
Reference in a new issue