Add content write permission to ghpage workflow

Change-Id: I13a10316400dd80a8149e6e8a265c13a51aee652
This commit is contained in:
Manuel Stahl 2025-05-09 17:27:55 +02:00
parent 61c32fb473
commit 1b8b702270

View File

@ -5,6 +5,8 @@ on:
branches: branches:
- main - main
- master - master
permissions:
contents: write
jobs: jobs:
build-and-deploy: build-and-deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest