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