From 26a3c86a8e08d2930b505f24a494ca05cb482071 Mon Sep 17 00:00:00 2001 From: Misode Date: Thu, 26 Dec 2019 14:46:15 +0100 Subject: [PATCH] Create update_predicate.yml --- .github/workflows/update_predicate.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/update_predicate.yml diff --git a/.github/workflows/update_predicate.yml b/.github/workflows/update_predicate.yml new file mode 100644 index 00000000..df88fe37 --- /dev/null +++ b/.github/workflows/update_predicate.yml @@ -0,0 +1,14 @@ +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 }}