We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a8f5c commit a51665dCopy full SHA for a51665d
1 file changed
.github/workflows/release.yml
@@ -85,7 +85,7 @@ jobs:
85
steps:
86
- name: Generate Token
87
id: generate_token
88
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
+ uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
89
with:
90
client-id: ${{ secrets.BOT_APP_ID }}
91
private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
@@ -139,7 +139,7 @@ jobs:
139
140
141
142
143
144
145
0 commit comments