We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbfb4f5 commit 9b67fc4Copy full SHA for 9b67fc4
.github/workflows/jlpkgbutler-butler-workflow.yml
@@ -0,0 +1,23 @@
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@v1.0.0
16
+ - uses: julia-actions/setup-julia@latest
17
+ with:
18
+ version: 1.3.0
19
+ - uses: davidanthoff/julia-pkgbutler@releases/v1
20
21
+ github-token: ${{ secrets.GITHUB_TOKEN }}
22
+ ssh-private-key: ${{ secrets.JLPKGBUTLER_TOKEN }}
23
+ channel: stable
.jlpkgbutler.toml
@@ -0,0 +1 @@
+template = "bach"
0 commit comments