From 80e2892810ba99d0edf618204e571a10b471d8e9 Mon Sep 17 00:00:00 2001 From: Eric Rahm Date: Thu, 2 Oct 2025 23:47:51 +0000 Subject: [PATCH] Update repo_token for releases Update the release workflow to use a new personal access token. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4477dee..24a157d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: id: automatic_release uses: 'marvinpinto/action-automatic-releases@latest' with: - repo_token: '${{ secrets.GITHUB_TOKEN }}' + repo_token: '${{ secrets.RELEASE_PAT }}' automatic_release_tag: ${{ steps.set_release_version.outputs.version }} prerelease: false title: ${{ steps.set_release_version.outputs.version }}