From 191289d1ec3624dc4e9a3f1ab66bbaf4ec073c4b Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Mon, 24 Nov 2025 17:48:00 -0700 Subject: [PATCH] Attempting to directly specify the GH token --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bb6e430..4c5dff5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -71,6 +71,7 @@ jobs: tag_name: v${{ steps.check-tag.outputs.version }} name: "v${{ steps.check-tag.outputs.version }}" prerelease: ${{ steps.check-tag.outputs.rc == 'true' }} + token: ${{ secrets.GITHUB_TOKEN }} - name: Add artifacts shell: bash