Skip to content

Instantly share code, notes, and snippets.

@KyMidd

KyMidd/asdf.sh Secret

Created July 24, 2024 02:14
Show Gist options
  • Save KyMidd/c1b7a6805fc40aebbe03365f66a28f0a to your computer and use it in GitHub Desktop.
Save KyMidd/c1b7a6805fc40aebbe03365f66a28f0a to your computer and use it in GitHub Desktop.
#!/bin/bash
# Check for required variables to be set, and if not present, exit 0
if [ -z "$GITHUB_TOKEN" ] || [ -z "$GITHUB_APP_INSTALLATION_ID" ] || [ -z "$GH_ORG" ] || [ -z "$TOPIC" ]; then
echo "One or more required variables not set, exiting"
exit 0
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment