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

Merge 4.0.x into 5.0.x #63

Merged
merged 3 commits into from
Dec 3, 2024
Merged

Merge 4.0.x into 5.0.x #63

merged 3 commits into from
Dec 3, 2024

Commits on Dec 3, 2024

  1. Fix CI workflows (#60)

    * ci: Update Git user to dedicated CI account
    
    Replace a personal GitHub account with the dedicated CI account for Git operations in GitHub Actions. This ensures commits and tags created during CI runs are properly attributed to the CI system.
    
    * ci: Switch secret for `DEVELOCITY_ACCESS_KEY`
    
    The secret in this repo is named `DEVELOCITY_ACCESS_KEY`.
    
    * ci: Fix release-notes.yml
    
    Error: Data doesn't contain `nodes` field.
    matrei authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    c2ac465 View commit details
    Browse the repository at this point in the history
  2. ci: Use correct signing secret name (#62)

    The secret name is `SIGNING_KEY_ID` and not `SIGNING_KEY`.
    matrei authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    6fcf004 View commit details
    Browse the repository at this point in the history
  3. Merge branch '4.0.x' into matrei/merge-4.0.x-into-5.0.x

    # Conflicts:
    #	.github/workflows/gradle.yml
    #	.github/workflows/release.yml
    matrei committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    460e139 View commit details
    Browse the repository at this point in the history