From dd80d7c8a8093f7bcf633d9375b791bcd1b93251 Mon Sep 17 00:00:00 2001 From: Philippe Rigovanov Date: Thu, 24 Sep 2020 02:05:37 +0300 Subject: [PATCH 1/2] Create syncfork.yml --- .github/workflows/syncfork.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/syncfork.yml diff --git a/.github/workflows/syncfork.yml b/.github/workflows/syncfork.yml new file mode 100644 index 000000000..619a32b7f --- /dev/null +++ b/.github/workflows/syncfork.yml @@ -0,0 +1,16 @@ +name: Sync Fork + +on: + schedule: + - cron: '0 0 * * *' + +jobs: + sync: + + runs-on: ubuntu-latest + + steps: + - uses: TG908/fork-sync@v1.1 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + owner: jakevdp From e7e7ff70d3ae166cc7ddec86a246ca6aec37d6d0 Mon Sep 17 00:00:00 2001 From: Philippe Rigovanov Date: Thu, 24 Sep 2020 06:39:41 +0300 Subject: [PATCH 2/2] Update syncfork.yml --- .github/workflows/syncfork.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/syncfork.yml b/.github/workflows/syncfork.yml index 619a32b7f..62e07f0b4 100644 --- a/.github/workflows/syncfork.yml +++ b/.github/workflows/syncfork.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: TG908/fork-sync@v1.1 + - uses: tgymnich/fork-sync@v1.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} owner: jakevdp