From 458704f82bc388a8767c5629e60901729e1cc0b6 Mon Sep 17 00:00:00 2001 From: Brian Madison Date: Mon, 29 Sep 2025 17:24:46 -0500 Subject: [PATCH] workflow manual release update --- .github/workflows/manual-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual-release.yaml b/.github/workflows/manual-release.yaml index fc03a100..2d92a986 100644 --- a/.github/workflows/manual-release.yaml +++ b/.github/workflows/manual-release.yaml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GH_PAT }} - name: Setup Node.js uses: actions/setup-node@v4