Skip to content

Commit 373ace6

Browse files
committed
ci: use correct github token secret
1 parent 2e69789 commit 373ace6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release-plz.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
with:
2525
command: release
2626
env:
27+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2728
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
2829

2930
release-plz-pr:
@@ -48,4 +49,5 @@ jobs:
4849
with:
4950
command: release-pr
5051
env:
52+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5153
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)