From 49b2d3c5b3f7dd13a7edd9fcd8fcade39a146ed4 Mon Sep 17 00:00:00 2001 From: Philippe Rigovanov Date: Wed, 26 Aug 2020 23:58:52 +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 0000000..153a9bd --- /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: AllenDowney From 6a8a7e06183605832d097ba9dee14358b20d6380 Mon Sep 17 00:00:00 2001 From: Philippe Rigovanov Date: Thu, 24 Sep 2020 06:44:11 +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 153a9bd..8564ba1 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: AllenDowney