diff options
| author | Yureka <yuka@yuka.dev> | 2023-09-10 12:23:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-10 12:23:08 +0200 |
| commit | a284d5e816c2b9882d4708f70f698f6e56275c56 (patch) | |
| tree | 8ed8e3bc8e72b09a67bdbb002f9a9f013571c7bc | |
| parent | Merge pull request #254353 from fabaff/sn0int-bump (diff) | |
| download | nixpkgs-origin/yu-re-ka-patch-1.tar.gz | |
workflows: Fix pkgs/by-name checks not running for non-committersorigin/yu-re-ka-patch-1
| -rw-r--r-- | .github/workflows/check-by-name.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check-by-name.yml b/.github/workflows/check-by-name.yml index 9622634fcffd..60f231c4d1c5 100644 --- a/.github/workflows/check-by-name.yml +++ b/.github/workflows/check-by-name.yml @@ -7,7 +7,7 @@ name: Check pkgs/by-name on: pull_request # The tool doesn't need any permissions, it only outputs success or not based on the checkout -permissions: {} +permissions: read-all jobs: check: |
