Skip to content

Commit 7107804

Browse files
authored
chore(ci): Update release-plz.yml (#1542)
Normalize release-plz vars
1 parent 4547ccb commit 7107804

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-plz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ jobs:
8181
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
8282
id: generate-token
8383
with:
84-
app-id: ${{ secrets.APP_ID }}
85-
private-key: ${{ secrets.APP_PRIVATE_KEY }}
84+
app-id: ${{ 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)