Skip to content

Commit 31feea4

Browse files
committed
Enable pkg butler
1 parent 2d212bc commit 31feea4

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Run the Julia Package Butler
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
schedule:
8+
- cron: '0 */1 * * *'
9+
10+
jobs:
11+
butler:
12+
name: "Run Package Butler"
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v2
16+
- uses: davidanthoff/julia-pkgbutler@releases/v1
17+
with:
18+
github-token: ${{ secrets.GITHUB_TOKEN }}
19+
ssh-private-key: ${{ secrets.JLPKGBUTLER_TOKEN }}
20+
channel: stable

.jlpkgbutler.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
template = "bach"

0 commit comments

Comments
 (0)