Skip to content

Commit

Permalink
Enable package butler
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Dec 15, 2019
1 parent c5af25d commit 715e436
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/jlpkgbutler-butler-workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Run the Julia Package Butler

on:
push:
branches:
- master
schedule:
- cron: '0 */1 * * *'

jobs:
butler:
name: "Run Package Butler"
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: julia-actions/setup-julia@latest
with:
version: 1.3.0
- uses: davidanthoff/julia-pkgbutler@releases/v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
ssh-private-key: ${{ secrets.JLPKGBUTLER_TOKEN }}
channel: stable
1 change: 1 addition & 0 deletions .jlpkgbutler.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
template = "bach"

0 comments on commit 715e436

Please sign in to comment.