File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
1111
1212 steps :
1313 - uses : actions/checkout@v6
14- - uses : tibdex/ github-app-token@v2
14+ - uses : actions/create- github-app-token@v3
1515 id : generate-token
1616 with :
17- app_id : ${{ secrets.APP_ID }}
18- private_key : ${{ secrets.APP_PRIVATE_KEY }}
17+ client-id : ${{ secrets.APP_ID }}
18+ private-key : ${{ secrets.APP_PRIVATE_KEY }}
1919 - name : Set up Python 3.10
2020 uses : actions/setup-python@v6
2121 with :
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
1111
1212 steps :
1313 - uses : actions/checkout@v6
14- - uses : tibdex/ github-app-token@v2
14+ - uses : actions/create- github-app-token@v3
1515 id : generate-token
1616 with :
17- app_id : ${{ secrets.APP_ID }}
18- private_key : ${{ secrets.APP_PRIVATE_KEY }}
17+ client-id : ${{ secrets.APP_ID }}
18+ private-key : ${{ secrets.APP_PRIVATE_KEY }}
1919 - name : Set up Python 3.10
2020 uses : actions/setup-python@v6
2121 with :
You can’t perform that action at this time.
0 commit comments