File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133133 path : patches
134134
135135 # needs to be able to trigger CI
136- - uses : actions/create-github-app-token@v2
136+ - uses : actions/create-github-app-token@v3
137137 id : generate_token
138138 with :
139139 app-id : ${{ secrets.CMD_BOT_APP_ID }}
Original file line number Diff line number Diff line change 8080 git config --global --add safe.directory '*'
8181 ls -lsR ./charts
8282
83- - uses : actions/create-github-app-token@v2
83+ - uses : actions/create-github-app-token@v3
8484 id : app-token
8585 with :
8686 app-id : ${{ secrets.POLKADOTSDK_GHPAGES_APP_ID }}
Original file line number Diff line number Diff line change 9696 git config --global --add safe.directory '*'
9797 ls -lsR ./charts
9898
99- - uses : actions/create-github-app-token@v2
99+ - uses : actions/create-github-app-token@v3
100100 id : app-token
101101 with :
102102 app-id : ${{ secrets.POLKADOTSDK_GHPAGES_APP_ID }}
Original file line number Diff line number Diff line change 1919 steps :
2020 - name : Generate token
2121 id : generate_token
22- uses : actions/create-github-app-token@v2
22+ uses : actions/create-github-app-token@v3
2323 with :
2424 app-id : ${{ secrets.CMD_BOT_APP_ID }}
2525 private-key : ${{ secrets.CMD_BOT_APP_KEY }}
@@ -442,7 +442,7 @@ jobs:
442442 runs-on : ubuntu-latest
443443 steps :
444444 # needs to be able to trigger CI, as default token does not retrigger
445- - uses : actions/create-github-app-token@v2
445+ - uses : actions/create-github-app-token@v3
446446 id : generate_token
447447 with :
448448 app-id : ${{ secrets.CMD_BOT_APP_ID }}
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122 - uses : actions/checkout@v6.0.2
123123 with :
124124 ref : gh-pages
125- - uses : actions/create-github-app-token@v2
125+ - uses : actions/create-github-app-token@v3
126126 id : app-token
127127 with :
128128 app-id : ${{ secrets.POLKADOTSDK_GHPAGES_APP_ID }}
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119 if : matrix.template != 'solochain'
120120 - name : Generate a token for the template repository
121121 id : app_token
122- uses : actions/create-github-app-token@v2
122+ uses : actions/create-github-app-token@v3
123123 with :
124124 owner : " paritytech"
125125 repositories : " polkadot-sdk-${{ matrix.template }}-template"
Original file line number Diff line number Diff line change 5454
5555 - name : Generate content write token for the release automation
5656 id : generate_write_token
57- uses : actions/create-github-app-token@v2
57+ uses : actions/create-github-app-token@v3
5858 with :
5959 app-id : ${{ vars.RELEASE_AUTOMATION_APP_ID }}
6060 private-key : ${{ secrets.RELEASE_AUTOMATION_APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 3838
3939 - name : Generate content write token for the release automation
4040 id : generate_write_token
41- uses : actions/create-github-app-token@v2
41+ uses : actions/create-github-app-token@v3
4242 with :
4343 app-id : ${{ vars.RELEASE_AUTOMATION_APP_ID }}
4444 private-key : ${{ secrets.RELEASE_AUTOMATION_APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123123
124124 - name : Generate content write token for the release automation
125125 id : generate_write_token
126- uses : actions/create-github-app-token@v2
126+ uses : actions/create-github-app-token@v3
127127 with :
128128 app-id : ${{ vars.POLKADOT_SDK_RELEASE_RW_APP_ID }}
129129 private-key : ${{ secrets.POLKADOT_SDK_RELEASE_RW_APP_KEY }}
@@ -165,7 +165,7 @@ jobs:
165165
166166 - name : Generate content write token for the release automation
167167 id : generate_write_token
168- uses : actions/create-github-app-token@v2
168+ uses : actions/create-github-app-token@v3
169169 with :
170170 app-id : ${{ vars.POLKADOT_SDK_RELEASE_RW_APP_ID }}
171171 private-key : ${{ secrets.POLKADOT_SDK_RELEASE_RW_APP_KEY }}
@@ -211,7 +211,7 @@ jobs:
211211
212212 - name : Generate content write token for the release automation
213213 id : generate_write_token
214- uses : actions/create-github-app-token@v2
214+ uses : actions/create-github-app-token@v3
215215 with :
216216 app-id : ${{ vars.POLKADOT_SDK_RELEASE_RW_APP_ID }}
217217 private-key : ${{ secrets.POLKADOT_SDK_RELEASE_RW_APP_KEY }}
Original file line number Diff line number Diff line change 1818 steps :
1919 - name : Generate token
2020 id : app_token
21- uses : actions/create-github-app-token@v2
21+ uses : actions/create-github-app-token@v3
2222 with :
2323 app-id : ${{ secrets.REVIEW_APP_ID }}
2424 private-key : ${{ secrets.REVIEW_APP_KEY }}
You can’t perform that action at this time.
0 commit comments