Skip to content

Cratecode/upload-unit

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

Repository files navigation

Upload Unit

Upload Unit is a GitHub Action to upload a unit to Cratecode. It handles uploading lessons, subunits, and units, all under a single action.

Examples

Upload a Manifest

steps:
    - uses: actions/checkout@v2

    - uses: cratecode/upload-manifest@v1
      with:
          manifest: path/to/manifest.json
          key: ${{ secrets.CRATECODE_API_KEY }}

You can get an API key at https://cratecode.com/account (API tab).

Creating Manifests

For more info on how to create lessons and units, head over to the CLI repository.

About

A GitHub Action to upload a unit to Cratecode.

Resources

License

Stars

Watchers

Forks

Packages

No packages published