Skip to content

Commit b5b4953

Browse files
authored
Merge pull request #50 from emptybutton/stable
Pull 0.4.1
2 parents 72d0489 + 17c0a83 commit b5b4953

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
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
@@ -30,5 +31,3 @@ jobs:
3031
NATS_TOKEN: ${{ secrets.NATS_TOKEN }}
3132

3233
GEMINI_URL: ${{ secrets.GEMINI_URL }}
33-
34-
GRAFANA_ADMIN_PASSWORD: ${{ secrets.GRAFANA_ADMIN_PASSWORD }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ttt"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "Tic-Tac-Toe Telegram Bot"
55
authors = [
66
{name = "Alexander Smolin", email = "[email protected]"}

src/ttt/infrastructure/pydantic_settings/envs.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)