mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 14:52:55 +00:00
Restrict the permissions of the CI
This commit is contained in:
parent
057b02fd25
commit
70083218b3
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -4,6 +4,8 @@ on:
|
||||
pull_request:
|
||||
push:
|
||||
|
||||
permissions: read-all
|
||||
|
||||
jobs:
|
||||
|
||||
tests:
|
||||
|
3
.github/workflows/hydra_status.yml
vendored
3
.github/workflows/hydra_status.yml
vendored
@ -1,4 +1,7 @@
|
||||
name: Hydra status
|
||||
|
||||
permissions: read-all
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "12,42 * * * *"
|
||||
|
Loading…
Reference in New Issue
Block a user