actions-marketplace-validations/Upload to ShotGrid
Upload an artifact to a ShotGrid entity field.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 6, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/fabiangeisler_github-shotgrid-upload-action@f12f519fffb8696e9bd6f1da74d90e0a5d0153d8 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
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