ci: s/GH_/GITHUB_/
This commit is contained in:
parent
acc78aec77
commit
6cc2457fc5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
- run: curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
- run: ./blind_chess.py
|
||||
- env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
run: |
|
||||
date=$(date +%y-%m-%d)
|
||||
gh release delete --yes $date || :
|
||||
|
|
|
|||
Loading…
Reference in a new issue