From 4334357d8a226407d0916cae4a46da92a7883428 Mon Sep 17 00:00:00 2001 From: Dunemask Date: Tue, 20 Feb 2024 03:19:30 -0700 Subject: [PATCH] [HOTFIX] Workflow Overhaul --- action.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/action.yml b/action.yml index cb5037e..33702f0 100644 --- a/action.yml +++ b/action.yml @@ -51,10 +51,7 @@ runs: ./infisical export --domain ${{ inputs.api-url }} --token ${{ inputs.infisical-token}} --env "${env_list[i]}" --path "${path_list[i]}" --format yaml | tee >(./yq -r 'to_entries[] | .key + "=" +.value' >> $GITHUB_ENV) | ./yq -r 'to_entries[] | "echo ::add-mask::\"" + .value + "\""' >> mask.sh; chmod +x mask.sh ./mask.sh - cat ./mask.sh rm mask.sh done - env - - shell: bash - run: echo "Secrets added to environment!". \ No newline at end of file + run: echo "Secrets added to environment!" && env \ No newline at end of file