From 61e9274fc10f573b9a26c28c9adf0fd3093626b2 Mon Sep 17 00:00:00 2001 From: Jack Halford Date: Sat, 19 Apr 2025 00:23:57 +0200 Subject: [PATCH] ci: add token --- .github/workflows/release.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7a473ec..e13f6c5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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