Skip to content

Commit 730a9b2

Browse files
authored
ci(action): update actions/create-github-app-token action to v2 (#664)
Co-authored-by: descope[bot] <107609351+descope[bot]@users.noreply.github.com>
1 parent 92a18fd commit 730a9b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Generate GitHub App Token
1717
id: app-token
18-
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
18+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
1919
with:
2020
app-id: ${{ secrets.RELEASE_APP_ID }}
2121
private-key: ${{ secrets.RELEASE_APP_PEM }}

0 commit comments

Comments
 (0)