Skip to content

Commit 52c2260

Browse files
authored
chore: fix release workflow (#742)
* chore: update release workflow * chore: update release workflow
1 parent 14943ce commit 52c2260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
# Use an app to authenticate to trigger workflows on the repository
4040
- name: Get app installation token
41-
uses: actions/create-github-app-token@https://github.com/actions/create-github-app-token/commit/5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
41+
uses: actions/create-github-app-token@h5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
4242
id: app-token
4343
with:
4444
app-id: ${{ vars.APP_ID }}

0 commit comments

Comments
 (0)