mirror of
https://code.tvl.fyi/depot.git:/tools/nixery.git
synced 2025-03-14 21:51:52 +00:00
feat(ci): remove unneeded permissions: read-all
We don't intend to label, authenticate or whatever with the GITHUB_TOKEN, so there's not really a reason to give any broader permissions than the defaults.
This commit is contained in:
parent
6c6a113655
commit
66823e99b8
1
.github/workflows/build-and-test.yaml
vendored
1
.github/workflows/build-and-test.yaml
vendored
|
@ -5,7 +5,6 @@ on:
|
|||
branches:
|
||||
- master
|
||||
pull_request: {}
|
||||
permissions: "read-all"
|
||||
env:
|
||||
NIX_PATH: "nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/0a40a3999eb4d577418515da842a2622a64880c5.tar.gz"
|
||||
jobs:
|
||||
|
|
Loading…
Reference in New Issue
Block a user