From 07cb7d0ae9b0eb453b3e758884c088c2dc855cc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 18:32:17 +0300 Subject: [PATCH] Bump shine1594/secrets-to-env-action from 1.6.1 to 1.7.0 (#15) Bumps [shine1594/secrets-to-env-action](https://github.com/shine1594/secrets-to-env-action) from 1.6.1 to 1.7.0. - [Release notes](https://github.com/shine1594/secrets-to-env-action/releases) - [Commits](https://github.com/shine1594/secrets-to-env-action/compare/v1.6.1...v1.7.0) --- updated-dependencies: - dependency-name: shine1594/secrets-to-env-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deploy_reusable_workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_reusable_workflow.yml b/.github/workflows/deploy_reusable_workflow.yml index ee5c91f..76c8696 100644 --- a/.github/workflows/deploy_reusable_workflow.yml +++ b/.github/workflows/deploy_reusable_workflow.yml @@ -60,7 +60,7 @@ jobs: kubeconfig: ${{ secrets.KUBECONFIG }} - name: Turn github secrets to .env file - uses: shine1594/secrets-to-env-action@v1.6.1 + uses: shine1594/secrets-to-env-action@v1.7.0 with: secrets: ${{ toJSON(secrets) }} secrets_env: all