|
|
|
@ -34,6 +34,7 @@ jobs:
|
|
|
|
|
./bin/gotk bootstrap github --manifests ./manifests/install/ \
|
|
|
|
|
--owner=fluxcd-testing \
|
|
|
|
|
--repository=gotk-test-${{ steps.vars.outputs.sha_short }} \
|
|
|
|
|
--branch=main \
|
|
|
|
|
--path=test-cluster
|
|
|
|
|
env:
|
|
|
|
|
GITHUB_TOKEN: ${{ secrets.GITPROVIDER_BOT_TOKEN }}
|
|
|
|
@ -42,6 +43,7 @@ jobs:
|
|
|
|
|
./bin/gotk bootstrap github --manifests ./manifests/install/ \
|
|
|
|
|
--owner=fluxcd-testing \
|
|
|
|
|
--repository=gotk-test-${{ steps.vars.outputs.sha_short }} \
|
|
|
|
|
--branch=main \
|
|
|
|
|
--path=test-cluster
|
|
|
|
|
env:
|
|
|
|
|
GITHUB_TOKEN: ${{ secrets.GITPROVIDER_BOT_TOKEN }}
|
|
|
|
@ -54,6 +56,7 @@ jobs:
|
|
|
|
|
./bin/gotk bootstrap github --manifests ./manifests/install/ \
|
|
|
|
|
--owner=fluxcd-testing \
|
|
|
|
|
--repository=gotk-test-${{ steps.vars.outputs.sha_short }} \
|
|
|
|
|
--branch=main \
|
|
|
|
|
--path=test-cluster
|
|
|
|
|
env:
|
|
|
|
|
GITHUB_TOKEN: ${{ secrets.GITPROVIDER_BOT_TOKEN }}
|
|
|
|
@ -62,6 +65,7 @@ jobs:
|
|
|
|
|
./bin/gotk bootstrap github --manifests ./manifests/install/ \
|
|
|
|
|
--owner=fluxcd-testing \
|
|
|
|
|
--repository=gotk-test-${{ steps.vars.outputs.sha_short }} \
|
|
|
|
|
--branch=main \
|
|
|
|
|
--path=test-cluster \
|
|
|
|
|
--delete
|
|
|
|
|
env:
|
|
|
|
|