From c451dc1e2fbca8f9a54ab2e4446fba73fa8d5562 Mon Sep 17 00:00:00 2001 From: Zephrynis <132010650+zephrynis@users.noreply.github.com> Date: Sat, 5 Apr 2025 13:38:04 +0100 Subject: [PATCH] Fix: give release action gh token --- .github/workflows/export_ext.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/export_ext.yml b/.github/workflows/export_ext.yml index 37579b9..3e4c725 100644 --- a/.github/workflows/export_ext.yml +++ b/.github/workflows/export_ext.yml @@ -27,6 +27,7 @@ jobs: - name: Create GitHub Release and Upload Asset uses: ncipollo/release-action@v1 with: + token: ${{ secrets.GITHUB_TOKEN }} tag: "v${{ env.VERSION }}" release_name: "Release v${{ env.VERSION }}" body: "Automated release based on version ${{ env.VERSION }}"