We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccff7b8 commit 8e296a4Copy full SHA for 8e296a4
1 file changed
.github/workflows/Registrator.yml
@@ -7,6 +7,9 @@ on:
7
- "main"
8
paths:
9
- "Project.toml"
10
+ issue_comment:
11
+ types:
12
+ - "created"
13
permissions:
14
contents: "write"
15
pull-requests: "write"
@@ -15,5 +18,4 @@ jobs:
18
uses: "ITensor/ITensorActions/.github/workflows/Registrator.yml@main"
16
19
with:
17
20
localregistry: "ITensor/ITensorRegistry"
- secrets:
- REGISTRATOR_KEY: "${{ secrets.REGISTRATOR_KEY }}"
21
+ secrets: "inherit"
0 commit comments