ci: Set workflow permissions

This commit is contained in:
Bernd Schorgers 2025-04-24 08:03:41 +02:00
parent 7025193763
commit d3bd21cf8a
No known key found for this signature in database
5 changed files with 26 additions and 2 deletions

View file

@ -11,7 +11,7 @@ on:
- "docs/**"
permissions:
contents: write
contents: read
jobs:
release-docs:
@ -19,6 +19,8 @@ jobs:
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
permissions:
contents: write
steps:
- name: Generate Token
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2