From 1072b3d7f98c1fc2acf823122b814756a5f78eb6 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Thu, 5 Mar 2026 16:11:08 -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 02e6fd4..19ee3cb 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -30,6 +30,7 @@ jobs: - "SparseArraysBase" - "TensorAlgebra" uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main" + secrets: "inherit" with: localregistry: "https://github.com/ITensor/ITensorRegistry.git" pkg: "${{ matrix.pkg }}"