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
d2767bbe8a
commit
ee48bd891c
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
pull_request: {}
|
pull_request: {}
|
||||||
permissions: "read-all"
|
|
||||||
env:
|
env:
|
||||||
NIX_PATH: "nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/0a40a3999eb4d577418515da842a2622a64880c5.tar.gz"
|
NIX_PATH: "nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/0a40a3999eb4d577418515da842a2622a64880c5.tar.gz"
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in a new issue