We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b23d8 commit a9ac664Copy full SHA for a9ac664
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
20
id: app-token
21
with:
22
- app-id: ${{ secrets.APP_ID }}
+ client-id: ${{ secrets.APP_ID }}
23
private-key: ${{ secrets.APP_PRIVATE_KEY }}
24
25
- uses: oxc-project/release-plz@e2b12f55ad64a22af8e93634b94439c42913afca # v1.0.6
0 commit comments