File tree 1 file changed +10
-8
lines changed
1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -79,11 +79,11 @@ jobs:
79
79
permissions : {}
80
80
steps :
81
81
- id : generate-token
82
- uses : tibdex/ github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
82
+ uses : actions/create- github-app-token@v1
83
83
with :
84
- app_id : ${{ secrets.PR_GITHUB_APP_ID }}
85
- installation_retrieval_payload : " ${{ github.repository_owner }}/vite "
86
- private_key : ${{ secrets.PR_GITHUB_APP_PRIVATE_KEY }}
84
+ app-id : ${{ secrets.PR_GITHUB_APP_ID }}
85
+ private-key : ${{ secrets.PR_GITHUB_APP_PRIVATE_KEY }}
86
+ repositories : vite
87
87
- id : create-comment
88
88
uses : actions/github-script@v7
89
89
with :
@@ -213,11 +213,13 @@ jobs:
213
213
permissions : {}
214
214
steps :
215
215
- id : generate-token
216
- uses : tibdex/ github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
216
+ uses : actions/create- github-app-token@v1
217
217
with :
218
- app_id : ${{ secrets.PR_GITHUB_APP_ID }}
219
- installation_retrieval_payload : " ${{ github.repository_owner }}/vite"
220
- private_key : ${{ secrets.PR_GITHUB_APP_PRIVATE_KEY }}
218
+ app-id : ${{ secrets.PR_GITHUB_APP_ID }}
219
+ private-key : ${{ secrets.PR_GITHUB_APP_PRIVATE_KEY }}
220
+ repositories : |
221
+ vite
222
+ vite-ecosystem-ci
221
223
- uses : actions/github-script@v7
222
224
with :
223
225
github-token : ${{ steps.generate-token.outputs.token }}
You can’t perform that action at this time.
0 commit comments