Skip to content

Commit 610c2dd

Browse files
committed
fix(release-please)!: fix version and secrets names
1 parent 8271151 commit 610c2dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Release Please
33
on:
44
workflow_call:
55
secrets:
6-
application-id:
6+
release-please-application-id:
77
required: true
8-
private-key:
8+
release-please-private-key:
99
required: true
1010

1111
permissions:
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Get Token
2020
id: get_token
21-
uses: peter-murray/workflow-application-token-action@v3
21+
uses: peter-murray/workflow-application-token-action@v4
2222
with:
2323
application_id: "${{ secrets.release-please-application-id }}"
2424
application_private_key: ${{ secrets.release-please-private-key }}

0 commit comments

Comments
 (0)