Skip to content

Commit

Permalink
bugfix. change privilege to public
Browse files Browse the repository at this point in the history
  • Loading branch information
ktkfree committed Apr 24, 2022
1 parent f4e6d98 commit 3c74b47
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 3c74b47

Please sign in to comment.