From dfe9fcd690a9cda2b3feec5f4bf694ee0ab3ce92 Mon Sep 17 00:00:00 2001 From: Peter Shen Date: Thu, 22 Feb 2024 10:00:16 +0800 Subject: [PATCH] Passing secrets to publish.yml --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 68eab5c..c6941e5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,3 +9,4 @@ on: jobs: deploy: uses: cpp-linter/.github/.github/workflows/py-publish.yml@main + secrets: inherit