Add dual S3 and GCS upload GitHub Actions reference workflow#300
Open
Ayush7614 wants to merge 1 commit into
Open
Add dual S3 and GCS upload GitHub Actions reference workflow#300Ayush7614 wants to merge 1 commit into
Ayush7614 wants to merge 1 commit into
Conversation
Provide a copy-paste CI example for upload: s3,gcs with AWS OIDC and GCP workload identity, and link it from CI export docs and README.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
examples/github-actions/s3-gcs-upload-telemetry.ymlfor dual CI object-storage upload with AWS OIDC, GCP workload identity, bothBEACON_CI_S3_*/BEACON_CI_GCS_*env vars, andupload: s3,gcs.cli/beacon/README.md.Background
S3 and GCS each have dedicated reference workflows. Dual upload (
upload: s3,gcs) is supported byaction.ymland documented for the CLI, but had no complete copy-paste GitHub Actions example. No open issues or PRs target this CI example gap (endpoint dual object-storage docs in #298 are a different surface).Test plan
examples/github-actions/s3-gcs-upload-telemetry.ymlparses as valid YAMLaction.yml(upload: s3,gcs,BEACON_CI_S3_*,BEACON_CI_GCS_*)go test ./internal/ci/... -run 'Upload|S3|GCS|Gcs'incli/beaconworkflow_dispatchNote
Low Risk
Documentation and reference workflow only; no changes to Beacon CI upload logic or the composite action.
Overview
Adds a copy-paste reference workflow for CI telemetry that uploads
runtime.jsonlto both S3 and GCS in one job (upload: s3,gcs), including AWS OIDC, GCP workload identity,gcloudsetup, and theBEACON_CI_S3_*/BEACON_CI_GCS_*env vars.Docs and examples now cross-link that workflow from
ci-telemetry-exports, Claude Code CI runtime docs,cli/beacon/README.md, and comments inclaude-code-telemetry.yml(including notings3,gcsas a supported upload value). No runtime or action behavior changes—only documentation and the new example underexamples/github-actions/.Reviewed by Cursor Bugbot for commit fea421e. Bugbot is set up for automated code reviews on this repo. Configure here.