Skip to content

Commit a9ac664

Browse files
committed
ci: rename app-id input to client-id
1 parent b0b23d8 commit a9ac664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
2020
id: app-token
2121
with:
22-
app-id: ${{ secrets.APP_ID }}
22+
client-id: ${{ secrets.APP_ID }}
2323
private-key: ${{ secrets.APP_PRIVATE_KEY }}
2424

2525
- uses: oxc-project/release-plz@e2b12f55ad64a22af8e93634b94439c42913afca # v1.0.6

0 commit comments

Comments
 (0)