Allow pages workflow to write to the repository

This commit is contained in:
Tobias Gruetzmacher 2021-05-10 22:17:00 +02:00
parent fa098f955d
commit fea3a78662

View file

@ -5,6 +5,9 @@ on:
branches: branches:
- master - master
permissions:
contents: write
jobs: jobs:
deploy: deploy:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04