Skip to content

Commit 8e296a4

Browse files
authored
Modify Registrator.yml to allow for register comments (#142)
1 parent ccff7b8 commit 8e296a4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/Registrator.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
- "main"
88
paths:
99
- "Project.toml"
10+
issue_comment:
11+
types:
12+
- "created"
1013
permissions:
1114
contents: "write"
1215
pull-requests: "write"
@@ -15,5 +18,4 @@ jobs:
1518
uses: "ITensor/ITensorActions/.github/workflows/Registrator.yml@main"
1619
with:
1720
localregistry: "ITensor/ITensorRegistry"
18-
secrets:
19-
REGISTRATOR_KEY: "${{ secrets.REGISTRATOR_KEY }}"
21+
secrets: "inherit"

0 commit comments

Comments
 (0)