Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Merge pull request #252 from planetscale/fane-fix-import-ips #141

Merge pull request #252 from planetscale/fane-fix-import-ips

Merge pull request #252 from planetscale/fane-fix-import-ips #141

Workflow file for this run

name: Sync upstream
on:
push:
branches: [main]
jobs:
sync-upstream:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.PAT }}
- name: Sync upstream
run: bash script/sync-upstream.sh
env:
DESTINATION_BRANCH: main
DESTINATION_DIRECTORY: "content/docs"
DESTINATION_REPOSITORY: planetscale/www
PAT: ${{ secrets.PAT }}
SOURCE_DIRECTORY: docs