File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
13
13
name : AutoRebase
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : tibdex/ github-app-token@v1
16
+ - uses : actions/create- github-app-token@v1.9.0
17
17
id : generate_token
18
18
with :
19
- app_id : ${{ secrets.APP_ID }}
20
- private_key : ${{ secrets.APP_PRIVATE_KEY }}
19
+ app-id : ${{ secrets.APP_ID }}
20
+ private-key : ${{ secrets.APP_PRIVATE_KEY }}
21
21
22
22
-
uses :
Label305/[email protected]
23
23
with :
Original file line number Diff line number Diff line change @@ -304,11 +304,11 @@ jobs:
304
304
- tensorflow
305
305
- dry-release
306
306
steps :
307
- - uses : tibdex/ github-app-token@v1
307
+ - uses : actions/create- github-app-token@v1.9.0
308
308
id : generate_token
309
309
with :
310
- app_id : ${{ secrets.APP_ID }}
311
- private_key : ${{ secrets.APP_PRIVATE_KEY }}
310
+ app-id : ${{ secrets.APP_ID }}
311
+ private-key : ${{ secrets.APP_PRIVATE_KEY }}
312
312
313
313
- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
314
314
with :
Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ jobs:
41
41
extra_nix_config : |
42
42
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
43
43
44
- - uses : tibdex/ github-app-token@v1
44
+ - uses : actions/create- github-app-token@v1.9.0
45
45
id : generate-token
46
46
with :
47
- app_id : ${{ secrets.APP_ID }}
48
- private_key : ${{ secrets.APP_PRIVATE_KEY }}
47
+ app-id : ${{ secrets.APP_ID }}
48
+ private-key : ${{ secrets.APP_PRIVATE_KEY }}
49
49
50
50
51
51
with :
You can’t perform that action at this time.
0 commit comments