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 9c547b6 commit 9e07f1aCopy full SHA for 9e07f1a
.github/workflows/CompatHelper.yml
@@ -1,16 +1,16 @@
1
-name: CompatHelper
+name: "CompatHelper"
2
+
3
on:
4
schedule:
5
- cron: 0 0 * * *
6
workflow_dispatch:
7
+permissions:
8
+ contents: write
9
+ pull-requests: write
10
11
jobs:
- CompatHelper:
- runs-on: ubuntu-latest
- steps:
- - name: Pkg.add("CompatHelper")
- run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
12
- - name: CompatHelper.main()
13
- env:
14
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15
- COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
16
- run: julia -e 'using CompatHelper; CompatHelper.main()'
+ compat-helper:
+ name: "CompatHelper"
+ uses: "ITensor/ITensorActions/.github/workflows/CompatHelper.yml@main"
+ with:
+ localregistry: "https://github.com/ITensor/ITensorRegistry.git"
0 commit comments