ci: add contents write permission to build workflow

This commit is contained in:
Tim 2024-07-26 11:38:33 +02:00
parent 8fb85f9c67
commit 37103862bd

View file

@ -10,6 +10,9 @@ on:
# Allow manual dispatch in GH
workflow_dispatch:
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest