File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 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@c1a285145b9d317df6ced56c09f525b5c2b6f755 # 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@c1a285145b9d317df6ced56c09f525b5c2b6f755 # 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