Skip to content

Commit c13cb81

Browse files
authored
Merge pull request #271 from SableClient/fix/workflows
fix workflows again
2 parents 2419d75 + ee3fdf6 commit c13cb81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/prepare-release.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 bot token
1818
id: generate-token
19-
uses: actions/create-github-app-token@v1
19+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859
2020
with:
2121
app-id: ${{ secrets.APP_ID }}
2222
private-key: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)