Skip to content

viswiz-io/github-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

VisWiz.io Build Github Action

A Github Action for creating a new VisWiz.io build.

Usage

  1. Create a VisWiz.io account.
  2. Copy your VisWiz.io API key and save it to your GitHub repository’s Settings → Secrets.
  3. Create a VisWiz.io project and copy the project's ID.

For example, the following workflow creates a new VisWiz.io build on every commit:

- uses: viswiz-io/github-action@v1
  with:
    api-key: ${{ secrets.VISWIZ_API_KEY }}
    images-directory: ./output/
    project-id: $VISWIZ_PROJECT_ID

Inputs

Input Description
api-key The API key to use when creating a new build
images-directory The folder containing the images for the new build
project-id The project ID containing the new build

Contributing

  • Fork this repository.
  • Create a new branch for your work.
  • Push up any changes to your branch, and open a pull request.

Releasing

  • Create a new GitHub release.