diff --git a/.github/workflows/auto-build.yml b/.github/workflows/auto-build.yml index 99a2272..84dbd6a 100644 --- a/.github/workflows/auto-build.yml +++ b/.github/workflows/auto-build.yml @@ -25,6 +25,7 @@ jobs: uses: actions/checkout@v2 with: ref: ${{ github.head_ref }} + token: ${{ secrets.ROBOT_GITHUB_TOKEN }} - name: Auto build run: make build @@ -33,4 +34,3 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: Auto build to generate code - token: ${{ secrets.ROBOT_GITHUB_TOKEN }}