Skip to content

Commit ea8f0e8

Browse files
authored
Merge pull request #81 from ktkfree/release-v2
bugfix. change privilege to public
2 parents f4e6d98 + 3c74b47 commit ea8f0e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

github_repo/create-cluster-repo.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ spec:
2929
- |
3030
echo $TOKEN | gh auth login --with-token
3131
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
3434
3535
git clone https://$(echo -n $TOKEN)@github.com/${USERNAME}/${CONTRACT_ID}.git
3636

github_repo/create-contract-repo.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
gh repo list ${USERNAME}
2929
3030
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
3232
3333
cd ${CONTRACT_ID}
3434
echo -n ${TOKEN} | gh secret set API_TOKEN_GITHUB

0 commit comments

Comments
 (0)