From 3aa2406c83788223a1e1ada55df26ecc9beaa3a9 Mon Sep 17 00:00:00 2001 From: Chris Hennick Date: Wed, 24 Apr 2024 00:03:27 -0700 Subject: [PATCH] ci: Bug fix: wrong token name --- .github/workflows/release-plz.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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