From d9e155aa3b870d8ccbfb139e79e2f8f6cee15737 Mon Sep 17 00:00:00 2001 From: pablohashescobar Date: Mon, 2 Oct 2023 14:39:06 +0530 Subject: [PATCH] dev: update add permissions to the action --- .github/workflows/create-sync-pr.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/create-sync-pr.yml b/.github/workflows/create-sync-pr.yml index 45cae3aefb3..9959962635b 100644 --- a/.github/workflows/create-sync-pr.yml +++ b/.github/workflows/create-sync-pr.yml @@ -10,6 +10,9 @@ jobs: # Only run the job when a PR is merged if: github.event.pull_request.merged == true runs-on: ubuntu-latest + permissions: + pull-requests: write + contents: read steps: - name: Checkout Code uses: actions/checkout@v2