From e3ee21963b57cff1cca836f4f83754f418282aff Mon Sep 17 00:00:00 2001 From: mtfishman Date: Fri, 27 Feb 2026 20:31:54 -0500 Subject: [PATCH] Modify Registrator.yml to allow for register comments --- .github/workflows/Registrator.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Registrator.yml b/.github/workflows/Registrator.yml index 00bf06c..cdf7d57 100644 --- a/.github/workflows/Registrator.yml +++ b/.github/workflows/Registrator.yml @@ -7,6 +7,9 @@ on: - "main" paths: - "Project.toml" + issue_comment: + types: + - "created" permissions: contents: "write" pull-requests: "write" @@ -15,5 +18,4 @@ jobs: uses: "ITensor/ITensorActions/.github/workflows/Registrator.yml@main" with: localregistry: "ITensor/ITensorRegistry" - secrets: - REGISTRATOR_KEY: "${{ secrets.REGISTRATOR_KEY }}" + secrets: "inherit"