ci: another token

This commit is contained in:
Jack Halford 2025-04-19 00:33:56 +02:00
parent 68c928bd66
commit acc78aec77
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: ${{ github.token }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: | run: |
date=$(date +%y-%m-%d) date=$(date +%y-%m-%d)
gh release delete --yes $date || : gh release delete --yes $date || :