From a48945ff28710684f3cbe53fff920c8c532f6320 Mon Sep 17 00:00:00 2001 From: Mechak Holondo Date: Wed, 18 Sep 2024 11:59:14 +0100 Subject: [PATCH] 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