We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f111f66 commit 73139d4Copy full SHA for 73139d4
1 file changed
.github/workflows/release.yml
@@ -49,7 +49,7 @@ jobs:
49
steps:
50
- name: Generate Token
51
id: generate_token
52
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
+ uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
53
with:
54
app-id: ${{ secrets.BOT_APP_ID }}
55
private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
@@ -103,7 +103,7 @@ jobs:
103
104
105
106
107
108
109
0 commit comments