From 3f7d7f3e7a37d456c613d31de60da84cb676341d Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 23 Sep 2025 18:34:03 +0300 Subject: [PATCH] new secrets politic --- .github/workflows/deployk8s.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployk8s.yaml b/.github/workflows/deployk8s.yaml index 61d6e60..d3f5d42 100644 --- a/.github/workflows/deployk8s.yaml +++ b/.github/workflows/deployk8s.yaml @@ -50,4 +50,4 @@ jobs: with: result: ${{ needs.deploy.result}} name: k8s deploy ${{ inputs.environment }} tag ${{ inputs.tag }} - secrets: inherit \ No newline at end of file + secrets: ${{ toJSON(secrets) }} \ No newline at end of file -- 2.49.1