File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150
150
151
151
build-current :
152
152
name : Build current
153
- runs-on : embedded-cluster-2
153
+ runs-on : ubuntu-latest
154
154
needs :
155
155
- git-sha
156
156
outputs :
@@ -224,7 +224,7 @@ jobs:
224
224
225
225
build-previous-k0s :
226
226
name : Build previous k0s
227
- runs-on : embedded-cluster-2
227
+ runs-on : ubuntu-latest
228
228
needs :
229
229
- git-sha
230
230
outputs :
@@ -333,7 +333,7 @@ jobs:
333
333
334
334
build-upgrade :
335
335
name : Build upgrade
336
- runs-on : embedded-cluster-2
336
+ runs-on : ubuntu-latest
337
337
needs :
338
338
- git-sha
339
339
outputs :
@@ -814,6 +814,9 @@ jobs:
814
814
k0s-version-previous : ${{ needs.build-previous-k0s.outputs.k0s_version }}
815
815
k0s-version-previous-stable : ${{ needs.find-previous-stable.outputs.k0s_version }}
816
816
version-specifier : ${{ needs.export-version-specifier.outputs.version_specifier }}
817
+ github-token : ${{ secrets.GITHUB_TOKEN }}
818
+ cmx-api-token : ${{ secrets.CMX_REPLICATED_API_TOKEN }}
819
+ cmx-ssh-private-key : ${{ secrets.CMX_SSH_PRIVATE_KEY }}
817
820
818
821
# this job will validate that all the tests passed
819
822
# it is used for the github branch protection rule
You can’t perform that action at this time.
0 commit comments