diff --git a/.github/workflows/repo__auto-update-dev-branch.yml b/.github/workflows/repo__auto-update-dev-branch.yml index debe55e..b45578d 100644 --- a/.github/workflows/repo__auto-update-dev-branch.yml +++ b/.github/workflows/repo__auto-update-dev-branch.yml @@ -13,6 +13,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 + token: ${{ secrets.PAT }} - name: Merge main -> develop run: | git config user.name github-actions