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 - name: Run Python Script
env: env:
EITAAEAR_TOKEN: ${{ secrets.EITAAEAR_TOKEN }} EITAAYAR_TOKEN: ${{ secrets.EITAAYAR_TOKEN }}
run: | run: |
python main.py python main.py

View File

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