From 6db5d3f831e89dfef4a5ecbcf0db517233b793b9 Mon Sep 17 00:00:00 2001 From: Eric McDaniel Date: Fri, 13 Feb 2026 18:59:36 -0600 Subject: [PATCH] Add GitHub token --- .github/workflows/build-ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-ci.yaml b/.github/workflows/build-ci.yaml index aa44ecf..277b161 100644 --- a/.github/workflows/build-ci.yaml +++ b/.github/workflows/build-ci.yaml @@ -103,6 +103,7 @@ jobs: id: create_release uses: actions/create-release@v1 with: + token: ${{ secrets.GITHUB_TOKEN }} tag_name: ${{ steps.tag_release.outputs.tag }} release_name: Release ${{ steps.tag_release.outputs.tag }} draft: false