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 8271151 commit 610c2ddCopy full SHA for 610c2dd
.github/workflows/release-please.yml
@@ -3,9 +3,9 @@ name: Release Please
3
on:
4
workflow_call:
5
secrets:
6
- application-id:
+ release-please-application-id:
7
required: true
8
- private-key:
+ release-please-private-key:
9
10
11
permissions:
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- name: Get Token
20
id: get_token
21
- uses: peter-murray/workflow-application-token-action@v3
+ uses: peter-murray/workflow-application-token-action@v4
22
with:
23
application_id: "${{ secrets.release-please-application-id }}"
24
application_private_key: ${{ secrets.release-please-private-key }}
0 commit comments