Skip to content

Commit 7be53e3

Browse files
committed
fix(ci): keep create-github-app-token at v1 to avoid breaking changes
1 parent ae68ba3 commit 7be53e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-homebrew.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Generate GitHub App token
1818
id: app-token
19-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
19+
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
2020
with:
2121
app-id: ${{ secrets.HOTDATA_AUTOMATION_APP_ID }}
2222
private-key: ${{ secrets.HOTDATA_AUTOMATION_PRIVATE_KEY }}

0 commit comments

Comments
 (0)