diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 14c5f5fdc2f0..887bf15e87ba 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -15,6 +15,6 @@ jobs: - name: actions-template-sync uses: AndreasAugustin/actions-template-sync@v1 with: - github_token: ${{ secrets.WORKFLOW_TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} source_repo_path: alshedivat/al-folio upstream_branch: master