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 }}