Skip to content

Upload Unit

Actions
Uploads a unit to Cratecode, as well as any included lessons
v1.0.8
Latest
Star (1)

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.

Upload Unit is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Uploads a unit to Cratecode, as well as any included lessons
v1.0.8
Latest

Upload Unit is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.