From 280e3aad77a39acaf7687d82af8f10404670a732 Mon Sep 17 00:00:00 2001 From: daquinteroflex Date: Wed, 26 Nov 2025 15:24:07 +0100 Subject: [PATCH] fix: autorelease secret inheritance --- .github/workflows/tidy3d-python-client-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tidy3d-python-client-release.yml b/.github/workflows/tidy3d-python-client-release.yml index 2241da9bf3..4f183e276d 100644 --- a/.github/workflows/tidy3d-python-client-release.yml +++ b/.github/workflows/tidy3d-python-client-release.yml @@ -400,6 +400,7 @@ jobs: cli_tests: ${{ needs.determine-workflow-scope.outputs.run_cli_tests == 'true' }} submodule_tests: ${{ needs.determine-workflow-scope.outputs.run_submodule_tests == 'true' }} version_match_tests: true + secrets: inherit # zizmor: ignore[secrets-inherit] compile-tests-results: name: compile-tests-results