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:
Florian Klink 2021-04-29 15:22:00 +02:00 committed by Vincent Ambo
parent d2767bbe8a
commit ee48bd891c

View file

@ -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: