From 6af78e5ca63d5c6fc542a5f2af6fddb9cd9b202f Mon Sep 17 00:00:00 2001 From: Mike Verbanic <5046972+verbanicm@users.noreply.github.com> Date: Fri, 18 Jul 2025 10:21:06 -0400 Subject: [PATCH] fix: update workflow typos --- .github/workflows/integration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 34bfda7..99a181c 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -66,8 +66,8 @@ jobs: - name: 'outputs-encoded' env: - TOKEN: '${{ steps.secrets.outputs.token }}' - PASSWORD: '${{ steps.secrets.outputs.password }}' - REGIONAL: '${{ steps.secrets.outputs.regional }}' + TOKEN: '${{ steps.secrets-encoded.outputs.token }}' + PASSWORD: '${{ steps.secrets-encoded.outputs.password }}' + REGIONAL: '${{ steps.secrets-encoded.outputs.regional }}' run: |- echo '${TOKEN}${PASSWORD}${REGIONAL}'