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"