Use custom token here to allow triggering other pipelines

This commit is contained in:
Matthias Endler 2024-10-07 15:51:18 +02:00 committed by GitHub
parent c4568a85f5
commit 8026684d64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,5 +30,5 @@ jobs:
- name: Run release-plz
uses: MarcoIeni/release-plz-action@v0.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}