Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM authored Sep 12, 2024
1 parent 6d6a917 commit bd47f32
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/sync-website.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Sync content with MapLibre website
on:
push:
branches: [main]
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bd47f32

Please sign in to comment.