Add permissions to all GitHub actions

This commit is contained in:
Constantin Graf
2025-05-22 10:57:57 +02:00
parent 15411ec0c8
commit c87645bcb2
12 changed files with 30 additions and 11 deletions

View File

@@ -10,6 +10,8 @@ on:
- '.github/workflows/build-private.yml'
- 'docker/prod/**'
workflow_dispatch:
permissions:
contents: read
name: Build - Private
jobs:
@@ -17,6 +19,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: "Check out code"
uses: actions/checkout@v4