File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 steps :
1717 - name : GitHub App token
1818 id : github_app_token
19- uses : actions/create-github-app-token@v2
19+ uses : actions/create-github-app-token@v3
2020 with :
2121 app-id : ${{ secrets.APP_ID }}
2222 private-key : ${{ secrets.APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 1919 steps :
2020 - name : Generate GitHub App Token
2121 id : github_app_token
22- uses : actions/create-github-app-token@v2
22+ uses : actions/create-github-app-token@v3
2323 with :
2424 app-id : ${{ secrets.APP_ID }}
2525 private-key : ${{ secrets.APP_PRIVATE_KEY }}
@@ -110,7 +110,7 @@ jobs:
110110
111111 - name : Generate GitHub App Token
112112 id : github_app_token
113- uses : actions/create-github-app-token@v2
113+ uses : actions/create-github-app-token@v3
114114 if : env.is_version_tag == 'true' || env.is_patch_indev_branch == 'true' || env.is_minor_indev_branch == 'true'
115115 with :
116116 app-id : ${{ secrets.APP_ID }}
Original file line number Diff line number Diff line change 6767 - name : Generate GitHub App Token
6868 if : github.repository == 'opensearch-project/opensearch-java'
6969 id : github_app_token
70- uses : actions/create-github-app-token@v2
70+ uses : actions/create-github-app-token@v3
7171 with :
7272 app-id : ${{ secrets.APP_ID }}
7373 private-key : ${{ secrets.APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 1818 steps :
1919 - name : GitHub App token
2020 id : github_app_token
21- uses : actions/create-github-app-token@v2
21+ uses : actions/create-github-app-token@v3
2222 with :
2323 app-id : ${{ secrets.APP_ID }}
2424 private-key : ${{ secrets.APP_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments