From 883e9283bfda8fcddf2926ff0dc84eb4c6a00be1 Mon Sep 17 00:00:00 2001 From: Ryan Foster Date: Mon, 7 Jul 2025 18:55:48 -0400 Subject: [PATCH] CI: Add GH_TOKEN to fix usage of GitHub CLI --- .github/workflows/publish.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 9aeb85fe4..7411fa103 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -24,6 +24,8 @@ jobs: steps: - name: Check Release Tag ☑️ id: check + env: + GH_TOKEN: ${{ github.token }} run: | : Check Release Tag ☑️ if [[ "${RUNNER_DEBUG}" ]]; then set -x; fi