Skip to content

Comments

Migrate from maven github packages to AWS code artifact#14

Merged
manikandan-ravikumar merged 3 commits intomasterfrom
IN-2696-publish-annotations-to-code-artifact
Dec 23, 2025
Merged

Migrate from maven github packages to AWS code artifact#14
manikandan-ravikumar merged 3 commits intomasterfrom
IN-2696-publish-annotations-to-code-artifact

Conversation

@manikandan-ravikumar
Copy link
Contributor

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:

  • Added .github/workflows/publish-to-code-artifact.yml to 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:

  • I have updated the documentation accordingly.
  • I have assigned the correct milestone or created one if non-existent.
  • I have correctly labeled this pull request.
  • I have linked the corresponding issue in this description.
  • I have requested a review from at least 2 reviewers
  • I have checked the base branch of this pull request
  • I have checked my code for any possible security vulnerabilities

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 }}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not strictly necessary; the Github runner is associated with an AWS role which has publish access to CodeArtifact.

@manikandan-ravikumar manikandan-ravikumar merged commit 5e69fed into master Dec 23, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants