From 9d1fecd517e0b235850ad95a6cf300015d607556 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 29 Jan 2025 11:34:29 +0200 Subject: [PATCH] fix(ci): sync-labels permissions --- .github/workflows/sync-labels.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 07b6355..d85d064 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -18,6 +18,7 @@ permissions: issues: write contents: read statuses: read + packages: read jobs: SyncLabels: @@ -26,4 +27,5 @@ jobs: issues: write contents: read statuses: read + packages: read