File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
src/ttt/infrastructure/pydantic_settings Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1818 echo "payments_token: ${{ secrets.PAYMENTS_TOKEN }}" >> deploy/prod/ttt/secrets.yaml
1919 echo "gemini_api_key: ${{ secrets.GEMINI_API_KEY }}" >> deploy/prod/ttt/secrets.yaml
2020 echo "sentry_dsn: ${{ secrets.SENTRY_DSN }}" >> deploy/prod/ttt/secrets.yaml
21+ echo "admin_token: ${{ secrets.ADMIN_TOKEN }}" >> deploy/prod/ttt/secrets.yaml
2122
2223 - name : deploy
2324 run : bash ./deploy/prod/deploy.sh
3031 NATS_TOKEN : ${{ secrets.NATS_TOKEN }}
3132
3233 GEMINI_URL : ${{ secrets.GEMINI_URL }}
33-
34- GRAFANA_ADMIN_PASSWORD : ${{ secrets.GRAFANA_ADMIN_PASSWORD }}
Original file line number Diff line number Diff line change 11[project ]
22name = " ttt"
3- version = " 0.4.0 "
3+ version = " 0.4.1 "
44description = " Tic-Tac-Toe Telegram Bot"
55authors = [
66 {
name =
" Alexander Smolin" ,
email =
" [email protected] " }
Original file line number Diff line number Diff line change @@ -23,9 +23,6 @@ class Envs(BaseSettings):
2323
2424 gemini_url : str
2525
26- game_waiting_queue_pulling_timeout_min_ms : int
27- game_waiting_queue_pulling_timeout_salt_ms : int
28-
2926 @classmethod
3027 def settings_customise_sources (
3128 cls ,
You can’t perform that action at this time.
0 commit comments