diff --git a/.github/workflows/sync-website.yml b/.github/workflows/sync-website.yml index b50a69b..f47d757 100644 --- a/.github/workflows/sync-website.yml +++ b/.github/workflows/sync-website.yml @@ -1,7 +1,5 @@ name: Sync content with MapLibre website on: - push: - branches: [main] workflow_dispatch: jobs: @@ -50,7 +48,7 @@ jobs: if: ${{ env.FILE_UPDATED == '1' }} uses: peter-evans/create-pull-request@v7 with: - token: ${{ secrets.TARGET_REPO_PAT }} + token: ${{ secrets.GITHUB_TOKEN }} path: complete-repo branch: doc/sync branch-suffix: timestamp