File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed 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@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # 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 :
60
60
- name : Generate a bot token with BOT_APP_ID
61
61
id : bot_token
62
62
if : vars.BOT_APP_ID && env.BOT_PRIVATE_KEY != null
63
- uses : actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1
63
+ uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1
64
64
env :
65
65
BOT_PRIVATE_KEY : ${{ secrets.BOT_PRIVATE_KEY }}
66
66
with :
Original file line number Diff line number Diff line change 21
21
- name : Generate a bot token with BOT_APP_ID
22
22
id : bot_token
23
23
if : vars.BOT_APP_ID && env.BOT_PRIVATE_KEY != null
24
- uses : actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1
24
+ uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1
25
25
env :
26
26
BOT_PRIVATE_KEY : ${{ secrets.BOT_PRIVATE_KEY }}
27
27
with :
You can’t perform that action at this time.
0 commit comments