Skip to content

Commit 5877e4e

Browse files
authored
ci(action): update actions/create-github-app-token action to v1.12.0 (#720)
Co-authored-by: descope[bot] <107609351+descope[bot]@users.noreply.github.com>
1 parent 921a3f3 commit 5877e4e

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
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Generate GitHub App Token
2020
id: app-token
21-
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
21+
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
2222
with:
2323
app-id: ${{ secrets.RELEASE_BOT_APP_ID }}
2424
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)