Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trigger preproduction sync only after merge to main #1170

Merged
merged 1 commit into from Mar 15, 2024

Commits on Mar 14, 2024

  1. Trigger preproduction sync only after merge to main

    In sigstore#916, we restructured the sync scripts. As part of this, the sync to
    preprod after a ceremony completed would occur from the ceremony branch.
    We only allow workload impersonation (which is needed to push to GCS and
    update the CDN cache) from main, so this breaks.
    
    To fix this, we simply split the workflow into two: The first triggers
    on a push to ceremony and creates a PR to merge to main. After merging
    from main and updating the root, we sync all contents from the
    repository directory.
    
    I also removed the cron job because I don't think it's needed. Also
    updated documentation for post-merge steps.
    
    Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
    haydentherapper committed Mar 14, 2024
    Copy the full SHA
    b6d2ef5 View commit details
    Browse the repository at this point in the history