We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Name: TELEGRAM_BOT_TOKEN Secret: your_telegram_bot_token (BotFather에게 받은 토큰)
Name: TELEGRAM_CHAT_ID Secret: your_chat_id (Telegram getUpdates API로 가져온 값)
env: TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }} TELEGRAM_CHAT_ID: ${{ secrets.TELEGRAM_CHAT_ID }}
Secrets는 보안상 조회할 수 없음. 수정하려면 기존 값을 지우고 다시 등록해야 함.