Migrate from maven github packages to AWS code artifact#14
Merged
manikandan-ravikumar merged 3 commits intomasterfrom Dec 23, 2025
Merged
Conversation
welociraptor
approved these changes
Dec 22, 2025
Comment on lines
20
to
23
| - name: Configure AWS credentials | ||
| uses: aws-actions/configure-aws-credentials@b547701ef94ff7a3c3d8ea1eead705e6ceaf3871 # v5.1.1 | ||
| with: | ||
| aws-region: ${{ env.AWS_REGION }} |
There was a problem hiding this comment.
This is not strictly necessary; the Github runner is associated with an AWS role which has publish access to CodeArtifact.
welociraptor
approved these changes
Dec 22, 2025
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.
Description
This pull request introduces a new GitHub Actions workflow to automate publishing artifacts to AWS CodeArtifact when a release is published. The workflow sets up the environment, authenticates with AWS, builds and tests the project, and then publishes the artifacts.
New CI/CD Workflow for Publishing:
.github/workflows/publish-to-code-artifact.ymlto automate publishing to AWS CodeArtifact on release, including steps for AWS authentication, Java setup, building, testing, and publishing with Gradle.Related Issue
https://nostosolutions.atlassian.net/browse/IN-2696
Motivation and Context
How Has This Been Tested?
Documentation:
Checklist: