diff --git a/.github/workflows/sync-awf-latest.yaml b/.github/workflows/sync-awf-latest.yaml index 88ff737e5e3ba..1f753d518b8cf 100644 --- a/.github/workflows/sync-awf-latest.yaml +++ b/.github/workflows/sync-awf-latest.yaml @@ -12,6 +12,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 + token: ${{ secrets.WORKFLOW_TOKEN }} - name: Commit Results run: | git config --local user.email "action@github.com"