mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
ci: Run pull_request_target workflows with no permisisons
The MSHV tests need access to secrets so that they can run workloads in Azure. It does not need privileged access to GitHub. Ensure its GITHUB_TOKEN has no permissions. Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>
This commit is contained in:
committed by
Bo Chen
parent
ea0a0393b5
commit
9b9950335f
1
.github/workflows/mshv-integration.yaml
vendored
1
.github/workflows/mshv-integration.yaml
vendored
@@ -1,5 +1,6 @@
|
||||
name: Cloud Hypervisor Tests (MSHV) (x86_64)
|
||||
on: [pull_request_target, merge_group]
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
infra-setup:
|
||||
|
||||
Reference in New Issue
Block a user