File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
- name : Generate a bot token with BOT_APP_ID
19
19
id : bot_token
20
20
if : vars.BOT_APP_ID && env.BOT_PRIVATE_KEY != null
21
- uses : actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1
21
+ uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1
22
22
env :
23
23
BOT_PRIVATE_KEY : ${{ secrets.BOT_PRIVATE_KEY }}
24
24
with :
Original file line number Diff line number Diff line change 28
28
- name : Generate a token with GitHub App if App ID exists
29
29
id : generate-token
30
30
if : vars.BOT_APP_ID
31
- uses : actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1
31
+ uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1
32
32
with :
33
33
app-id : ${{ vars.BOT_APP_ID }}
34
34
private-key : ${{ secrets.BOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 24
24
- name : Generate a bot token with BOT_APP_ID
25
25
id : bot_token
26
26
if : vars.BOT_APP_ID && env.BOT_PRIVATE_KEY != null
27
- uses : actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1
27
+ uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1
28
28
env :
29
29
BOT_PRIVATE_KEY : ${{ secrets.BOT_PRIVATE_KEY }}
30
30
with :
You can’t perform that action at this time.
0 commit comments