diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 84792be..8a2d32a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -31,7 +31,7 @@ jobs: - name: Compile and release uses: rust-build/rust-build.action@v1.4.5 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} with: PRE_BUILD: pre-build.sh RUSTTARGET: x86_64-unknown-linux-musl