From f667c6cf07eef8d8cd747c316bb8e60469f6080b Mon Sep 17 00:00:00 2001 From: mtfishman Date: Thu, 5 Mar 2026 16:11:03 -0500 Subject: [PATCH] Apply integrationtest_secrets_inherit patch --- .github/workflows/IntegrationTest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index d12ff4e..4b11999 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -27,6 +27,7 @@ jobs: - "ITensorNetworksNext" - "KroneckerArrays" uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main" + secrets: "inherit" with: localregistry: "https://github.com/ITensor/ITensorRegistry.git" pkg: "${{ matrix.pkg }}"