File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 33333434 - id : bot-token
3535 name : Get bot token
36- uses : actions/create-github-app-token@v2.1.4
36+ uses : actions/create-github-app-token@v2.2.0
3737 with :
3838 app-id : ${{ secrets.BOT_APP_ID }}
3939 private-key : ${{ secrets.BOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 35353636 - id : bot-token
3737 name : Get bot token
38- uses : actions/create-github-app-token@v2.1.4
38+ uses : actions/create-github-app-token@v2.2.0
3939 with :
4040 app-id : ${{ secrets.BOT_APP_ID }}
4141 private-key : ${{ secrets.BOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 43434444 - id : bot-token
4545 name : Get bot token
46- uses : actions/create-github-app-token@v2.1.4
46+ uses : actions/create-github-app-token@v2.2.0
4747 with :
4848 app-id : ${{ secrets.BOT_APP_ID }}
4949 private-key : ${{ secrets.BOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 45454646 - id : bot-token
4747 name : Get bot token
48- uses : actions/create-github-app-token@v2.1.4
48+ uses : actions/create-github-app-token@v2.2.0
4949 with :
5050 app-id : ${{ secrets.BOT_APP_ID }}
5151 private-key : ${{ secrets.BOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 steps :
103103 - id : bot-token
104104 name : Get bot token
105- uses : actions/create-github-app-token@v2.1.4
105+ uses : actions/create-github-app-token@v2.2.0
106106 with :
107107 app-id : ${{ secrets.BOT_APP_ID }}
108108 private-key : ${{ secrets.BOT_PRIVATE_KEY }}
@@ -125,7 +125,7 @@ jobs:
125125 steps :
126126 - id : bot-token
127127 name : Get bot token
128- uses : actions/create-github-app-token@v2.1.4
128+ uses : actions/create-github-app-token@v2.2.0
129129 with :
130130 app-id : ${{ secrets.BOT_APP_ID }}
131131 private-key : ${{ secrets.BOT_PRIVATE_KEY }}
@@ -178,7 +178,7 @@ jobs:
178178 steps :
179179 - id : bot-token
180180 name : Get bot token
181- uses : actions/create-github-app-token@v2.1.4
181+ uses : actions/create-github-app-token@v2.2.0
182182 with :
183183 app-id : ${{ secrets.BOT_APP_ID }}
184184 private-key : ${{ secrets.BOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 8888 steps :
8989 - id : bot-token
9090 name : Get bot token
91- uses : actions/create-github-app-token@v2.1.4
91+ uses : actions/create-github-app-token@v2.2.0
9292 with :
9393 app-id : ${{ secrets.BOT_APP_ID }}
9494 private-key : ${{ secrets.BOT_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments