Create update_predicate.yml

This commit is contained in:
Misode
2019-12-26 14:46:15 +01:00
committed by GitHub
parent 24b5c05e28
commit 26a3c86a8e

14
.github/workflows/update_predicate.yml vendored Normal file
View File

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