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

Pass creds for gu-scala-library-release GitHub App #42

Merged

Commits on Feb 24, 2024

  1. Pass creds for gu-scala-library-release GitHub App

    This change passes on the new `AUTOMATED_MAVEN_RELEASE_GITHUB_APP_PRIVATE_KEY`
    Organisation Secret required for guardian/gha-scala-library-release-workflow#26 -
    a GitHub App **private** key for https://github.com/apps/gu-scala-library-release .
    
    This allows `gha-scala-library-release-workflow` to work with repos that
    use branch-protection rulesets that prevent most users from pushing to
    the default (`main`) branch - the workflow can authenticate as our
    GitHub App, and our GitHub App can be granted permission to bypass the
    ruleset, so that it can push to `main` to make a release, while
    developers can not!
    rtyley committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    b841d2a View commit details
    Browse the repository at this point in the history