mirror of
https://github.com/rosenpass/rosenpass.git
synced 2025-12-12 15:49:22 -08:00
fix: Incorrect permissions for manual mac CI workflow
This commit is contained in:
3
.github/workflows/manual-mac-pr.yaml
vendored
3
.github/workflows/manual-mac-pr.yaml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user