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