A GitHub Action to install the Unison Codebase Manager.
- runs on platform: Linux, MacOS
disableCache(optional): 'true'- Set to true to prevent this action to cache the UCM codebase between runs.
steps:
- uses: neandertech/unison-setup@v1
- run: ucm transcript path/to/transcript.mducm-version: version of the installed UCM (should be the latest available)
- Information with regards to the environment variables known by UCM can be found [here]
- As the time of writing this, there is no UI to generate API keys to interact with Unison-share. Your personal access token can be found on your local machine, in
~/.local/share/unisonlanguage/credentials.json. That JSON file contains the access token in one of the fields.