From 0bd62924b14f1ad26c4266c1c81aa4e626dd9f54 Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Fri, 1 Dec 2023 09:10:04 -0500 Subject: [PATCH] Add missing perms --- .github/workflows/linter.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index f3b1cb0..1e36684 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -8,6 +8,8 @@ on: permissions: contents: read + packages: read + statuses: write jobs: lint: