diff --git a/action.yml b/action.yml index d2b158b..ef6a483 100644 --- a/action.yml +++ b/action.yml @@ -43,11 +43,6 @@ runs: - name: Retrieve Secrets shell: sh run: | - if [ -z "$BW_SESSION" ]; then - echo "❌ BW_SESSION is not set. Please log in to Bitwarden first." - exit 1 - fi - echo "${{ inputs.secrets }}" | while IFS='>' read SECRET_ID ENV_VAR; do SECRET_ID=$(echo "$SECRET_ID" | sed 's/^ *//;s/ *$//') ENV_VAR=$(echo "$ENV_VAR" | sed 's/^ *//;s/ *$//')