Skip to content

Commit

Permalink
Merge pull request #81 from ktkfree/release-v2
Browse files Browse the repository at this point in the history
bugfix. change privilege to public
  • Loading branch information
zugwan authored Apr 25, 2022
2 parents f4e6d98 + 3c74b47 commit ea8f0e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions github_repo/create-cluster-repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ spec:
- |
echo $TOKEN | gh auth login --with-token
gh repo create ${USERNAME}/${CLUSTER_ID} --private --confirm
gh repo create ${USERNAME}/${CLUSTER_ID}-manifests --private --confirm
gh repo create ${USERNAME}/${CLUSTER_ID} --public --confirm
gh repo create ${USERNAME}/${CLUSTER_ID}-manifests --public --confirm
git clone https://$(echo -n $TOKEN)@github.com/${USERNAME}/${CONTRACT_ID}.git
Expand Down
2 changes: 1 addition & 1 deletion github_repo/create-contract-repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
gh repo list ${USERNAME}
echo "===== Create and initialize ${USERNAME}/${CONTRACT_ID} site and manifests repositories ====="
gh repo create ${USERNAME}/${CONTRACT_ID} --private --confirm
gh repo create ${USERNAME}/${CONTRACT_ID} --public --confirm
cd ${CONTRACT_ID}
echo -n ${TOKEN} | gh secret set API_TOKEN_GITHUB
Expand Down

0 comments on commit ea8f0e8

Please sign in to comment.