fabiangeisler/Upload to ShotGrid
Upload an artifact to a ShotGrid entity field.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| upload_file | Path to the file you want to upload. Glob patterns are supported, but only the first found file will be uploaded. | yes | — |
| delete_file_after_upload | Whether the uploaded file should be removed from disk after upload. | no | false |
| shotgrid_base_url | The URL of the ShotGrid site you use as a cpenv repo. Store as a github secret. | yes | — |
| shotgrid_script_name | Name of ShotGrid api script. Store as a github secret. | yes | — |
| shotgrid_api_key | ShotGrid api script key. Store as github secret. | yes | — |
| entity_type | Name of ShotGrid entity like, "PipelineConfiguration". | yes | — |
| entity_id | ID of ShotGrid entity. | yes | — |
| field_name | The field of ShotGrid entity to upload to. (eg."uploaded_config") | yes | — |
Outputs
no outputs