Skip to content

Commit 22dcd92

Browse files
authored
Apply registrator_comment_trigger patch (#138)
1 parent ce3c2dc commit 22dcd92

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/Registrator.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@ on:
77
- "main"
88
paths:
99
- "Project.toml"
10+
issue_comment:
11+
types:
12+
- "created"
1013
permissions:
1114
contents: "write"
1215
pull-requests: "write"
16+
issues: "write"
1317
jobs:
1418
Register:
1519
uses: "ITensor/ITensorActions/.github/workflows/Registrator.yml@main"
1620
with:
1721
localregistry: "ITensor/ITensorRegistry"
18-
secrets:
19-
REGISTRATOR_KEY: "${{ secrets.REGISTRATOR_KEY }}"
22+
secrets: "inherit"

0 commit comments

Comments
 (0)