From ccbb4c67d7d1e282ddb51a89f408cbfe9ca21244 Mon Sep 17 00:00:00 2001 From: Brian Hardock Date: Tue, 28 Oct 2025 15:28:58 -0600 Subject: [PATCH] Use PAT instead of github.token Signed-off-by: Brian Hardock --- .github/workflows/rust-sdk-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust-sdk-release.yml b/.github/workflows/rust-sdk-release.yml index 4c1d21896..fc03a6d7e 100644 --- a/.github/workflows/rust-sdk-release.yml +++ b/.github/workflows/rust-sdk-release.yml @@ -55,4 +55,4 @@ jobs: committer: spinframeworkbot <202838904+spinframeworkbot@users.noreply.github.com> author: spinframeworkbot <202838904+spinframeworkbot@users.noreply.github.com> signoff: true - token: ${{ github.token }} \ No newline at end of file + token: ${{ secrets.SPIN_RUST_SDK_RELEASE_PAT }} \ No newline at end of file