carnap/Carnap Deploy
Deploys Carnap assignments automatically
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 31, 2021
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: carnap/actions@c489725a53bc7d8829720ecaaee4013866f95e75 # v1.0.4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| apiKey | API 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 | — |
| defaultVisibility | Visibility setting for newly created files. Can be Public, InstructorsOnly, LinkOnly or Private. The permissions on existing files will not be changed. | no | Private |
| includeFiles | Files 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"] |
| instanceUrl | URL of the Carnap instance to deploy to | no | https://carnap.io |
Outputs
no outputs