mirror of
https://github.com/aristocratos/btop.git
synced 2026-05-19 14:10:14 -04:00
ci: require as little permissions as possible
This commit is contained in:
2
.github/workflows/cmake-freebsd.yml
vendored
2
.github/workflows/cmake-freebsd.yml
vendored
@@ -1,5 +1,7 @@
|
||||
name: FreeBSD CMake
|
||||
|
||||
permissions: {}
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
|
||||
2
.github/workflows/cmake-linux.yml
vendored
2
.github/workflows/cmake-linux.yml
vendored
@@ -1,5 +1,7 @@
|
||||
name: Linux CMake
|
||||
|
||||
permissions: {}
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
|
||||
2
.github/workflows/cmake-macos.yml
vendored
2
.github/workflows/cmake-macos.yml
vendored
@@ -1,5 +1,7 @@
|
||||
name: macOS CMake
|
||||
|
||||
permissions: {}
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
|
||||
2
.github/workflows/cmake-netbsd.yml
vendored
2
.github/workflows/cmake-netbsd.yml
vendored
@@ -1,5 +1,7 @@
|
||||
name: NetBSD CMake
|
||||
|
||||
permissions: {}
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
|
||||
2
.github/workflows/cmake-openbsd.yml
vendored
2
.github/workflows/cmake-openbsd.yml
vendored
@@ -1,5 +1,7 @@
|
||||
name: OpenBSD CMake
|
||||
|
||||
permissions: {}
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
name: Continuous Build FreeBSD
|
||||
|
||||
permissions: {}
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
|
||||
2
.github/workflows/continuous-build-gpu.yml
vendored
2
.github/workflows/continuous-build-gpu.yml
vendored
@@ -1,5 +1,7 @@
|
||||
name: Continuous Build Gpu
|
||||
|
||||
permissions: {}
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
|
||||
2
.github/workflows/continuous-build-linux.yml
vendored
2
.github/workflows/continuous-build-linux.yml
vendored
@@ -1,5 +1,7 @@
|
||||
name: Continuous Build Linux
|
||||
|
||||
permissions: {}
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
|
||||
2
.github/workflows/continuous-build-macos.yml
vendored
2
.github/workflows/continuous-build-macos.yml
vendored
@@ -1,5 +1,7 @@
|
||||
name: Continuous Build MacOS
|
||||
|
||||
permissions: {}
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
name: Continuous Build NetBSD
|
||||
|
||||
permissions: {}
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
name: Continuous Build OpenBSD
|
||||
|
||||
permissions: {}
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
|
||||
3
.github/workflows/test-snap-can-build.yml
vendored
3
.github/workflows/test-snap-can-build.yml
vendored
@@ -1,4 +1,7 @@
|
||||
name: 🧪 Test snap can be built on x86_64
|
||||
|
||||
permissions: {}
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
|
||||
Reference in New Issue
Block a user