Upload Unit
ActionsTags
(2)Upload Unit is a GitHub Action to upload a unit to Cratecode. It handles uploading lessons, subunits, and units, all under a single action.
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).
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.