[HOTFIX] Envar Fetch Adjust
This commit is contained in:
parent
c7befd3e3d
commit
0d01e5b511
1 changed files with 7 additions and 1 deletions
|
@ -21,8 +21,14 @@ runs:
|
|||
shell: bash
|
||||
run: |
|
||||
# Install Infisical Binary
|
||||
curl -s -L https://github.com/Infisical/infisical/releases/download/infisical-cli%2Fv0.16.10/infisical_0.16.10_linux_amd64.tar.gz | tar xvz
|
||||
echo "Installing Infisical!"
|
||||
curl -s -L https://github.com/Infisical/infisical/releases/download/infisical-cli%2Fv0.16.10/infisical_0.16.10_linux_amd64.tar.gz | tar xvz - infisical
|
||||
|
||||
# Install yq
|
||||
echo "Installing yq"
|
||||
curl -s -L https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 >> yq
|
||||
chmod +x yq
|
||||
|
||||
# Get paths and envs into list
|
||||
paths="${{ inputs.secret-paths }}"
|
||||
envs="${{ inputs.secret-envs }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue