From 003abdd5cd0ad5752ba981b4e35e88f8ae8fa91d Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 9 Aug 2024 16:25:16 +0200 Subject: [PATCH] Update sync-configuration.yml --- .github/workflows/sync-configuration.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/sync-configuration.yml b/.github/workflows/sync-configuration.yml index 83a3e78a..334aa642 100644 --- a/.github/workflows/sync-configuration.yml +++ b/.github/workflows/sync-configuration.yml @@ -8,6 +8,10 @@ on: jobs: sync: runs-on: ubuntu-latest + permissions: + contents: write + pull-requests: write + repository-projects: write steps: - name: Checkout OpenPanel Repository uses: actions/checkout@v3