benjaminejarrell/Box Upload
A GitHub action for uploading files or build artifacts to Box.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| box-client-sdk-config | JSON string downloaded from the Box Developer Console. | yes | — |
| box-folder-id | Box folder ID for the destination. Can be found in the URL. | yes | — |
| file | File to upload. | yes | — |
| destination-filename | Destination filename in Box. If not specified, source filename will be used. | — | — |
Outputs
| name | description |
|---|---|
| shared-link | Shared link of the folder in Box, if it exists. |