actions-marketplace-validations/Export Workflow Run Logs
An action to automatically export GitHub Actions Workflow run logs to popular cloud storage solutions like S3.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 26, 2024
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/timorthi_export-workflow-logs@d0f369b6a0b9ba4eae77e28a39f1a9c00dcb7854 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | GitHub API token to make requests with. | yes | — |
| run-id | The workflow run ID to export logs for | yes | — |
| destination | The service to export workflow logs to | yes | — |
| aws-access-key-id | AWS Access Key ID. Required if destination is 's3'. | — | — |
| aws-secret-access-key | AWS Secret Access Key. Required if destination is 's3'. | — | — |
| aws-session-token | AWS Session Token. Required if destination is 's3' and if using temporary credentials. | — | — |
| aws-region | AWS Region in which the S3 bucket is located. Required if destination is 's3'. | — | — |
| s3-bucket-name | S3 Bucket to export workflow logs to. Required if destination is 's3'. | — | — |
| s3-key | S3 path to save the workflow logs to. Required if destination is 's3'. | — | — |
| azure-storage-account-name | The Azure storage account name. Required if destination is 'blobstorage'. | — | — |
| azure-storage-account-key | Access key for the storage account. Required if destination is 'blobstorage'. | — | — |
| container-name | Container name to save the workflow logs to. Required if destination is 'blobstorage'. | — | — |
| blob-name | Blob name to save the workflow logs as. Required if destination is 'blobstorage'. | — | — |
| cloud-storage-bucket-name | Cloud Storage Bucket name to save the workflow logs to. Required if destination is 'cloudstorage'. | — | — |
| cloud-storage-object-name | Cloud Storage object name to save the workflow logs as. Required if destination is 'cloudstorage'. | — | — |
Outputs
no outputs