ci: Switch GitHub token to a PAT so release-plz can sign commits
This commit is contained in:
parent
7569145627
commit
973a0002ea
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-plz.yml
vendored
2
.github/workflows/release-plz.yml
vendored
|
@ -23,5 +23,5 @@ jobs:
|
|||
- name: Run release-plz
|
||||
uses: MarcoIeni/release-plz-action@v0.5
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_PAT }}
|
||||
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
Loading…
Add table
Reference in a new issue