From 0b62f47a068489baff2a35651728194548931da9 Mon Sep 17 00:00:00 2001 From: phoenix Date: Wed, 12 Mar 2025 19:47:39 -0400 Subject: [PATCH] Checking regular variable --- .github/workflows/rust-ubuntu-latest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/rust-ubuntu-latest.yml b/.github/workflows/rust-ubuntu-latest.yml index 38ab2cb..fdce51b 100644 --- a/.github/workflows/rust-ubuntu-latest.yml +++ b/.github/workflows/rust-ubuntu-latest.yml @@ -25,6 +25,8 @@ jobs: sudo apt update -y # 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )' eval $(ssh-agent -s) + echo $NO_VEIL + echo "Look before" # mv "$SSH_DEPLOY_KEY" gitlab_deploy_key # copies the file from the variable. if [[ -z "$PRV_KEY" ]]; then echo "PRV_KEY is empty!"; exit 1; else echo "PRV_KEY is set."; fi echo ${{ secrets.SECRET_TEST }}