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:
- master
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-20.04