Skip to content

Commit 0c15818

Browse files
authored
fix(ci): Fix the private key variable name (#395)
1 parent 03bd4a9 commit 0c15818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-plz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
id: generate-token
8383
with:
8484
app-id: ${{ secrets.RELEASE_PLZ_APP_ID }}
85-
private-key: ${{ secrets.RELEASE_PLZ_APP_ID }}
85+
private-key: ${{ secrets.RELEASE_PLZ_PRIVATE_KEY }}
8686
permission-contents: write
8787
permission-pull-requests: write
8888

0 commit comments

Comments
 (0)