From c8b30d5d7d5814f3200aa2594b439a1a24c45d57 Mon Sep 17 00:00:00 2001 From: Shak <88886274+mechakdotdev@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:59:41 +0100 Subject: [PATCH] Add write permissions for GitHub Actions bot (#4) Add write permissions --- .github/workflows/rebase-dev.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/rebase-dev.yml b/.github/workflows/rebase-dev.yml index 19063b4..860445c 100644 --- a/.github/workflows/rebase-dev.yml +++ b/.github/workflows/rebase-dev.yml @@ -8,6 +8,9 @@ on: jobs: rebase: runs-on: ubuntu-latest + + permissions: + contents: write steps: - name: Checkout repository