File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
- |
30
30
echo $TOKEN | gh auth login --with-token
31
31
32
- gh repo create ${USERNAME}/${CLUSTER_ID} --private --confirm
33
- gh repo create ${USERNAME}/${CLUSTER_ID}-manifests --private --confirm
32
+ gh repo create ${USERNAME}/${CLUSTER_ID} --public --confirm
33
+ gh repo create ${USERNAME}/${CLUSTER_ID}-manifests --public --confirm
34
34
35
35
git clone https://$(echo -n $TOKEN)@github.com/${USERNAME}/${CONTRACT_ID}.git
36
36
Original file line number Diff line number Diff line change 28
28
gh repo list ${USERNAME}
29
29
30
30
echo "===== Create and initialize ${USERNAME}/${CONTRACT_ID} site and manifests repositories ====="
31
- gh repo create ${USERNAME}/${CONTRACT_ID} --private --confirm
31
+ gh repo create ${USERNAME}/${CONTRACT_ID} --public --confirm
32
32
33
33
cd ${CONTRACT_ID}
34
34
echo -n ${TOKEN} | gh secret set API_TOKEN_GITHUB
You can’t perform that action at this time.
0 commit comments