File tree 2 files changed +2
-2
lines changed
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@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
31
+ uses : actions/create-github-app-token@db3cdf40984fe6fd25ae19ac2bf2f4886ae8d959 # v2
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@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
27
+ uses : actions/create-github-app-token@db3cdf40984fe6fd25ae19ac2bf2f4886ae8d959 # v2
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