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 041f1dc commit 33a5a1fCopy full SHA for 33a5a1f
1 file changed
.github/workflows/release-plz.yml
@@ -27,7 +27,7 @@ jobs:
27
id: app_token
28
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
29
with:
30
- app-id: ${{ secrets.RELEASE_PLZ_APP_ID }}
+ client-id: ${{ secrets.RELEASE_PLZ_CLIENT_ID }}
31
private-key: ${{ secrets.RELEASE_PLZ_APP_PRIVATE_KEY }}
32
- name: Checkout repository
33
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
63
64
0 commit comments