From a6e273e8efceb4e820eeae823d3608142d3f36c8 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Sat, 28 Feb 2026 17:15:30 -0500 Subject: [PATCH] Apply registrator_comment_trigger patch --- .github/workflows/Registrator.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Registrator.yml b/.github/workflows/Registrator.yml index 00bf06c..97dc033 100644 --- a/.github/workflows/Registrator.yml +++ b/.github/workflows/Registrator.yml @@ -7,13 +7,16 @@ on: - "main" paths: - "Project.toml" + issue_comment: + types: + - "created" permissions: contents: "write" pull-requests: "write" + issues: "write" jobs: Register: uses: "ITensor/ITensorActions/.github/workflows/Registrator.yml@main" with: localregistry: "ITensor/ITensorRegistry" - secrets: - REGISTRATOR_KEY: "${{ secrets.REGISTRATOR_KEY }}" + secrets: "inherit"