diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index dcd3c7fb6..529198600 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - token: ${{ secrets.RELEASE_PLZ_TOKEN }} + token: ${{ secrets.RELEASE_PLZ_PAT }} - uses: actions-rs/toolchain@v1 with: toolchain: nightly