We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e20565 + f3d929b commit 15605d8Copy full SHA for 15605d8
1 file changed
.github/workflows/publish-homebrew.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- name: Generate GitHub App token
18
id: app-token
19
- uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
+ uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
20
with:
21
app-id: ${{ secrets.HOTDATA_AUTOMATION_APP_ID }}
22
private-key: ${{ secrets.HOTDATA_AUTOMATION_PRIVATE_KEY }}
0 commit comments