From 856e19be74cd0b8169850f64c6df8b25d5be0da0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 02:27:16 +0000 Subject: [PATCH] chore(deps): bump oNaiPs/secrets-to-env-action from 1.5 to 1.8 Bumps [oNaiPs/secrets-to-env-action](https://github.com/onaips/secrets-to-env-action) from 1.5 to 1.8. - [Release notes](https://github.com/onaips/secrets-to-env-action/releases) - [Commits](https://github.com/onaips/secrets-to-env-action/compare/v1.5...v1.8) --- updated-dependencies: - dependency-name: oNaiPs/secrets-to-env-action dependency-version: '1.8' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tf-build.yaml | 2 +- .github/workflows/tf-release.yaml | 2 +- .github/workflows/tf-validate.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tf-build.yaml b/.github/workflows/tf-build.yaml index c454f43..e3d5ba3 100644 --- a/.github/workflows/tf-build.yaml +++ b/.github/workflows/tf-build.yaml @@ -45,7 +45,7 @@ jobs: uses: actions/checkout@v5.0.0 - name: secrets-to-env - uses: oNaiPs/secrets-to-env-action@v1.5 + uses: oNaiPs/secrets-to-env-action@v1.8 with: secrets: ${{ toJSON(secrets) }} include: TF_VAR_* diff --git a/.github/workflows/tf-release.yaml b/.github/workflows/tf-release.yaml index 09dd42b..156ac80 100644 --- a/.github/workflows/tf-release.yaml +++ b/.github/workflows/tf-release.yaml @@ -42,7 +42,7 @@ jobs: uses: actions/checkout@v5.0.0 - name: secrets-to-env - uses: oNaiPs/secrets-to-env-action@v1.5 + uses: oNaiPs/secrets-to-env-action@v1.8 with: secrets: ${{ toJSON(secrets) }} include: TF_VAR_* diff --git a/.github/workflows/tf-validate.yaml b/.github/workflows/tf-validate.yaml index 6d27f2f..3af7ed1 100644 --- a/.github/workflows/tf-validate.yaml +++ b/.github/workflows/tf-validate.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v5.0.0 - name: secrets-to-env - uses: oNaiPs/secrets-to-env-action@v1.5 + uses: oNaiPs/secrets-to-env-action@v1.8 with: secrets: ${{ toJSON(secrets) }} include: TF_VAR_*