fix token key

This commit is contained in:
2024-11-16 21:39:13 +03:30
parent e5828412fa
commit 264e2d6262
2 changed files with 2 additions and 2 deletions

View File

@@ -24,6 +24,6 @@ jobs:
- name: Run Python Script
env:
EITAAEAR_TOKEN: ${{ secrets.EITAAEAR_TOKEN }}
EITAAYAR_TOKEN: ${{ secrets.EITAAYAR_TOKEN }}
run: |
python main.py

View File

@@ -1,6 +1,6 @@
import os
token = os.getenv("EITAAEAR_TOKEN")
token = os.getenv("EITAAYAR_TOKEN")
if token:
print("Token received successfully!")