test recup token
All checks were successful
List Infisical Secrets / list-secrets (push) Successful in 17s
All checks were successful
List Infisical Secrets / list-secrets (push) Successful in 17s
This commit is contained in:
@@ -23,3 +23,11 @@ jobs:
|
|||||||
echo "Secrets fetched and injected as environment variables."
|
echo "Secrets fetched and injected as environment variables."
|
||||||
# Gitea will automatically mask the values of these variables in the logs
|
# Gitea will automatically mask the values of these variables in the logs
|
||||||
env | grep -v "GITHUB_" | grep -v "GITEA_" | sort
|
env | grep -v "GITHUB_" | grep -v "GITEA_" | sort
|
||||||
|
|
||||||
|
- name: Verify DISCORD_TOKEN
|
||||||
|
run: |
|
||||||
|
if [ -z "$DISCORD_TOKEN" ]; then
|
||||||
|
echo "❌ DISCORD_TOKEN is missing!"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
echo "✅ DISCORD_TOKEN is present in environment (Length: ${#DISCORD_TOKEN})"
|
||||||
|
|||||||
Reference in New Issue
Block a user