From f3438ac285c5c0417aad784228927b023ce3571a Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 29 Jan 2025 11:32:37 +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 7faddf4..5552daf 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -20,6 +20,7 @@ permissions: issues: write contents: read statuses: read + packages: read jobs: labels: @@ -29,6 +30,7 @@ jobs: issues: write contents: read statuses: read + packages: read steps: - name: ⤵️ Download latest labels definitions run: |