From e288911a5a4223e399b45c904d3fe55f5e164acb Mon Sep 17 00:00:00 2001 From: Misode Date: Fri, 27 Dec 2019 22:25:40 +0100 Subject: [PATCH] Also push to misode/advancement repo --- .github/workflows/update_generators.yml | 19 +++++++++++++++++++ .github/workflows/update_predicate.yml | 14 -------------- 2 files changed, 19 insertions(+), 14 deletions(-) create mode 100644 .github/workflows/update_generators.yml delete mode 100644 .github/workflows/update_predicate.yml diff --git a/.github/workflows/update_generators.yml b/.github/workflows/update_generators.yml new file mode 100644 index 00000000..76ac782f --- /dev/null +++ b/.github/workflows/update_generators.yml @@ -0,0 +1,19 @@ +name: Update Generators + +on: [push] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: Update predicate + uses: ad-m/github-push-action@master + with: + repository: misode/predicate + github_token: ${{ secrets.GENERATORS_TOKEN }} + - name: Update advancement + uses: ad-m/github-push-action@master + with: + repository: misode/advancement + github_token: ${{ secrets.GENERATORS_TOKEN }} diff --git a/.github/workflows/update_predicate.yml b/.github/workflows/update_predicate.yml deleted file mode 100644 index df88fe37..00000000 --- a/.github/workflows/update_predicate.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Update Predicate - -on: [push] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - name: Push changes - uses: ad-m/github-push-action@master - with: - repository: misode/predicate - github_token: ${{ secrets.PREDICATE_TOKEN }}