We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff029d commit ed3f661Copy full SHA for ed3f661
.github/workflows/makenew.yml
@@ -28,11 +28,14 @@ jobs:
28
steps:
29
- name: Create repository
30
run: |
31
+ gh extension install mislav/gh-repo-collab
32
gh repo create --internal --disable-wiki --description "$DESCRIPTION" $REPO
33
gh repo edit $REPO --delete-branch-on-merge
34
gh repo edit $REPO --enable-projects=false
35
+ gh repo-collab add $REPO $CODEOWNER --permission admin
36
env:
37
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
38
+ CODEOWNER: ${{ github.event.inputs.codeowner }}
39
REPO: seamapi/${{ github.event.inputs.repo }}
40
DESCRIPTION: ${{ github.event.inputs.description }}
41
bootstrap:
0 commit comments