ci: add token

This commit is contained in:
Jack Halford 2025-04-19 00:23:57 +02:00
parent cbface83ee
commit 61e9274fc1
No known key found for this signature in database

View file

@ -10,7 +10,9 @@ jobs:
- uses: actions/checkout@v3
- run: curl -LsSf https://astral.sh/uv/install.sh | sh
- run: ./blind_chess.py
- run: |
- env:
GH_TOKEN: ${{ github.token }}
run: |
date=$(date +%y-%m-%d)
gh release delete --yes $date
gh release create --notes "" $date blind_chess.apkg