From 083342074e9d9268e7413ed6663d3cbe7b6f27aa Mon Sep 17 00:00:00 2001 From: Karsten Hassel Date: Sun, 6 Jul 2025 21:04:40 +0200 Subject: [PATCH] use secret which has contents rw access --- .github/workflows/autoupdate_develop.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/autoupdate_develop.yaml b/.github/workflows/autoupdate_develop.yaml index 5dfc86b2..8fe99dad 100644 --- a/.github/workflows/autoupdate_develop.yaml +++ b/.github/workflows/autoupdate_develop.yaml @@ -17,6 +17,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + token: ${{ secrets.REPO_PUSH_TOKEN }} - name: Merge master back to develop run: | git config --local user.email "actions@github.com"