ci: s/GH_/GITHUB_/

This commit is contained in:
Jack Halford 2025-04-19 00:35:35 +02:00
parent acc78aec77
commit 6cc2457fc5
No known key found for this signature in database

View file

@ -11,7 +11,7 @@ jobs:
- run: curl -LsSf https://astral.sh/uv/install.sh | sh - run: curl -LsSf https://astral.sh/uv/install.sh | sh
- run: ./blind_chess.py - run: ./blind_chess.py
- env: - env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ github.token }}
run: | run: |
date=$(date +%y-%m-%d) date=$(date +%y-%m-%d)
gh release delete --yes $date || : gh release delete --yes $date || :