Fix env var typo

This commit is contained in:
Sebastiaan de Schaetzen 2025-04-25 10:58:01 +02:00
parent 0222654197
commit fe8b061282

@ -30,4 +30,4 @@ jobs:
- name: Run script
run: |
TOkEN=${{ secrets.TOKEN }} go run .
TOKEN=${{ secrets.TOKEN }} go run .