Skip to content

Commit

Permalink
Setup CompatHelper (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf authored Jun 29, 2020
1 parent 17d04c1 commit 6957950
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: CompatHelper

on:
schedule:
- cron: '0 0 * * *'
push:
branches:
- actions/trigger/CompatHelper

jobs:
CompatHelper:
runs-on: ubuntu-latest
steps:
- name: Pkg.add("CompatHelper")
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
- name: CompatHelper.main()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMPATHELPER_PRIV: ${{ secrets.SSH_KEY }}
run: julia -e 'using CompatHelper; CompatHelper.main()'

0 comments on commit 6957950

Please sign in to comment.