Skip to content

Commit c18f2d7

Browse files
authored
Create new repo as private rather than internal (#10)
1 parent 6d912c3 commit c18f2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/makenew.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Create repository
2424
run: |
2525
gh extension install mislav/gh-repo-collab
26-
gh repo create --internal --disable-wiki --description "$DESCRIPTION" $REPO
26+
gh repo create --private --disable-wiki --description "$DESCRIPTION" $REPO
2727
gh repo edit $REPO --delete-branch-on-merge
2828
gh repo edit $REPO --enable-projects=false
2929
gh repo-collab add $REPO $CODEOWNER --permission admin

0 commit comments

Comments
 (0)