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

.github/workflows/repo-sync.yml #10511

.github/workflows/repo-sync.yml

.github/workflows/repo-sync.yml #10511

Workflow file for this run

on:
schedule:
- cron: "*/15 * * * *"
workflow_dispatch:
jobs:
repo-sync:
name: Sync changes from upstream pasta_curves
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: repo-sync
uses: repo-sync/github-sync@v2
with:
source_repo: "https://github.com/zcash/pasta_curves.git"
source_branch: "main"
destination_branch: "main"
github_token: ${{ secrets.GITHUB_TOKEN }}