Skip to content

docs(telegram): add .env loading instruction#134

Merged
frostming merged 1 commit into
bubbuild:mainfrom
iodone:fix/telegram-env-loading
Mar 24, 2026
Merged

docs(telegram): add .env loading instruction#134
frostming merged 1 commit into
bubbuild:mainfrom
iodone:fix/telegram-env-loading

Conversation

@iodone
Copy link
Copy Markdown
Contributor

@iodone iodone commented Mar 24, 2026

Changes

Add shell command to load environment variables from .env file in telegram skill documentation.

# Load environment variables from .env first
set -a; source .env 2>/dev/null || true; set +a

Motivation

Ensures BUB_TELEGRAM_TOKEN is properly loaded from .env file before executing telegram skill scripts, improving the skill's usability and documentation completeness.

Testing

  • Verified syntax is correct
  • Consistent with shell best practices for .env loading

Add shell command to load environment variables from .env file
before executing telegram skill commands. This ensures BUB_TELEGRAM_TOKEN
is available when running the skill scripts.
@frostming frostming merged commit 654f951 into bubbuild:main Mar 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants