Skip to content

postgres Repo Sync #842

postgres Repo Sync

postgres Repo Sync #842

Workflow file for this run

name: postgres Repo Sync
on:
schedule:
- cron: '18 19 * * *'
workflow_dispatch:
jobs:
repo-sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: repo-sync
uses: repo-sync/github-sync@v2
with:
source_repo: "https://github.com/postgres/postgres.git"
source_branch: "*"
destination_branch: "*"
sync_tags: "true"
github_token: ${{ secrets.GITHUB_TOKEN }}