mirror of
https://github.com/hempyhemp/hh-auto-reply.git
synced 2026-06-08 18:04:57 +00:00
🔧 FIX(workflow): Удаление переменной среды YOUR_TELEGRAM_ID для безопасности.
All checks were successful
Deploy / deploy (push) Successful in 23s
All checks were successful
Deploy / deploy (push) Successful in 23s
This commit is contained in:
@@ -41,7 +41,6 @@ jobs:
|
||||
--volume /home/koptilnya/services/hh-auto-reply/data:/app/data \
|
||||
--env OPENROUTER_API_KEY=${{secrets.OPENROUTER_API_KEY}} \
|
||||
--env DATABASE_URL=${{secrets.DATABASE_URL}} \
|
||||
--env YOUR_TELEGRAM_ID=${{secrets.YOUR_TELEGRAM_ID}} \
|
||||
--env GROQ_API_KEY=${{secrets.GROQ_API_KEY}} \
|
||||
--env TG_BOT_TOKEN=${{secrets.TG_BOT_TOKEN}} \
|
||||
hh-auto-reply:latest
|
||||
|
||||
Reference in New Issue
Block a user