airbytehq/Upload GitHub Workflow Logs to GCP
Download GitHub workflow logs and upload them to a GCP bucket
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| gcp-workload-identity-provider | GCP Workload Identity Provider | yes | — |
| gcp-service-account | GCP Service Account email | yes | — |
| gcp-bucket-uri | GCP bucket URI for storing logs (gs://bucket-name/path/) | yes | — |
| github-app-id | GitHub App ID for authentication | yes | — |
| github-app-private-key | GitHub App private key for authentication | yes | — |
| workflow-run-id | Workflow run ID to download logs from | no | ${{ github.run_id }} |
| workflow-name | Workflow name for log file naming | no | ${{ github.workflow }} |
| compress | Compress logs with gzip before upload | no | true |
Outputs
no outputs