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