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