From 4841654bb025d769915736d677a85b280bf1eb5a Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Mon, 5 May 2025 15:04:20 -0500 Subject: [PATCH] Set GitHub token? --- .github/workflows/build-binaries.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index 66bb7e7..065588a 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -43,6 +43,7 @@ jobs: with: submodules: recursive persist-credentials: false + token: ${{ github.token }} - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: python-version: ${{ env.PYTHON_VERSION }}