fix: Incorrect permissions for manual mac CI workflow

This commit is contained in:
Karolin Varner
2025-04-13 13:18:54 +02:00
parent 7218b0a3f4
commit 77632d0725

View File

@@ -1,6 +1,9 @@
name: PR Validation on Mac name: PR Validation on Mac
on: on:
workflow_dispatch: workflow_dispatch:
permissions:
checks: write
contents: write
jobs: jobs:
qc: qc:
uses: ./.github/workflows/qc-mac.yaml uses: ./.github/workflows/qc-mac.yaml