From ccce457dfd92410c6592978e966e941154ce8a76 Mon Sep 17 00:00:00 2001 From: Jack Halford Date: Sat, 19 Apr 2025 00:36:35 +0200 Subject: [PATCH] ci: another token --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9c0fade..c7fa224 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 || :