carnap/Carnap Deploy

Deploys Carnap assignments automatically

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Aug 31, 2021
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: carnap/actions@c489725a53bc7d8829720ecaaee4013866f95e75 # v1.0.4

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
apiKeyAPI key to use to authenticate to Carnap. Do not put the API key in your workflow file. You should set this to something like `$ {{ secrets.CARNAP_API_KEY }}`, without the space after the dollar sign.yes
defaultVisibilityVisibility setting for newly created files. Can be Public, InstructorsOnly, LinkOnly or Private. The permissions on existing files will not be changed.noPrivate
includeFilesFiles that will be uploaded to Carnap. This is in the form of a JSON list inside a string, containing Unix-style globs matching file names to upload. These are evaluated relative to the root folder of the project without recursing into subdirectories. The default is to take every .md file in the root directory of the project.no["*.md"]
instanceUrlURL of the Carnap instance to deploy tonohttps://carnap.io

no outputs