Skip to content

ntellis/create-repository-action

 
 

Repository files navigation

GitHub Action to create a Repository

This action can be used to create a user or organization repository from your workflows.

Octobay uses this action as part of its CI/CD pipline to create temporary repositories that host app deployments as GitHub pages for different environments. Whenever we receive a pull request, the app is automatically built and pushed into such a temporary "GitHub page host" repository. Once the pull request is merged or closed, the repository is deleted automatically.

Usage

uses: octobay/create-repository-action@v1
with:
  name: 'repository-name'
  org: 'org-name'
  access-token: 'accessTokenWithRepoOrOrgAdminScope'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%