ci: Bug fix: wrong token name
This commit is contained in:
parent
e0edcb6f72
commit
3aa2406c83
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-plz.yml
vendored
2
.github/workflows/release-plz.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue