From 2925c6c196b1997767f0f5240c0e27893e8314f5 Mon Sep 17 00:00:00 2001 From: Philip Andersson Date: Thu, 19 Oct 2023 16:37:12 +0200 Subject: [PATCH] Remove explicit permissions --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b22fb787..f45f3117 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,9 +11,6 @@ jobs: runs-on: ubuntu-latest - permissions: - packages: read - strategy: matrix: node-version: [18.x]