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 cf55d0b commit d832b0aCopy full SHA for d832b0a
.github/workflows/AddITensorRegistry.yml
.github/workflows/CompatHelper.yml
@@ -1,16 +1,14 @@
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:
12
CompatHelper:
- runs-on: ubuntu-latest
- steps:
- - name: Pkg.add("CompatHelper")
- run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
- - 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(; use_existing_registries=true)'
+ name: "CompatHelper"
+ uses: "ITensor/ITensorActions/.github/workflows/CompatHelper.yml@main"
0 commit comments