ci: another token
Some checks are pending
/ release (push) Waiting to run

This commit is contained in:
Jack Halford 2025-04-19 00:36:35 +02:00
parent 6cc2457fc5
commit ccce457dfd
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: ./blind_chess.py
- env:
GITHUB_TOKEN: ${{ github.token }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
date=$(date +%y-%m-%d)
gh release delete --yes $date || :