From 0ab12d95d845a075c4f0b473e755b6de5f321ee3 Mon Sep 17 00:00:00 2001 From: Soxoj Date: Wed, 4 Dec 2024 01:19:52 +0100 Subject: [PATCH] Added GitHub token --- .github/workflows/pyinstaller.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index 9a2a99b..b47c2fb 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -42,6 +42,8 @@ jobs: uses: liudonghua123/delete-release-action@v1 with: release_name: ${{ github.ref_name }} + env: + GITHUB_TOKEN: ${{ github.token }} - name: Create New Release uses: actions/create-release@v1