Skip to content

Commit 7a62bac

Browse files
authored
ci(action): update actions/create-github-app-token action to v2
1 parent d1601ec commit 7a62bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/auth-setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
steps:
1212
- name: Generate GitHub App Token
1313
id: app-token
14-
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
14+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
1515
with:
1616
app-id: ${{ env.RELEASE_APP_ID }}
1717
private-key: ${{ env.RELEASE_APP_PEM }}

0 commit comments

Comments
 (0)