diff --git a/.github/workflows/sync-awf-latest.yaml b/.github/workflows/sync-awf-latest.yaml index 88ff737e5e3ba..45966a4cc224e 100644 --- a/.github/workflows/sync-awf-latest.yaml +++ b/.github/workflows/sync-awf-latest.yaml @@ -13,6 +13,8 @@ jobs: with: fetch-depth: 0 - name: Commit Results + with: + token: ${{ secrets.WORKFLOW_TOKEN }} run: | git config --local user.email "action@github.com" git config --local user.name "GitHub Action"