From 8fb517d2a24364af739054232f90a8d8fcee7eca Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 2 Sep 2024 14:52:27 +0300 Subject: [PATCH] fix(workflows): testing correct permissions set --- .github/workflows/sync-labels.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 6fa78a8..1be8d0e 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -21,6 +21,19 @@ jobs: runs-on: ubuntu-latest permissions: issues: write + actions: read + attestations: read + checks: read + contents: read + deployments: read + discussions: read + packages: read + pages: read + pull-requests: read + repository-projects: read + statuses: read + security-events: read + id-token: read steps: - name: ⤵️ Download latest labels definitions run: |