-
Notifications
You must be signed in to change notification settings - Fork 70
[LG-5520] chore: Add AWS CodeArtifact publishing #3125
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
base: main
Are you sure you want to change the base?
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds AWS CodeArtifact publishing capability to the LeafyGreen UI repository, enabling packages to be published to both npm and CodeArtifact registries. The implementation includes authentication handling and workflow orchestration for dual publishing.
- Adds a bash script for AWS CodeArtifact authentication and npm configuration
- Creates a new GitHub Actions job to publish packages to CodeArtifact after successful npm releases
- Updates VS Code spell checker configuration to include CodeArtifact-related terms
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
scripts/login-codeartifact.sh | New authentication script that configures npm to use AWS CodeArtifact registry for LeafyGreen scopes |
.vscode/settings.json | Adds "CODEARTIFACT" to spell checker dictionary |
.github/workflows/release.yml | Adds new release-aws job and reorders npmrc configuration step |
Co-authored-by: Copilot <[email protected]>
Size Change: 0 B Total Size: 1.55 MB ℹ️ View Unchanged
|
Implement a login script for AWS CodeArtifact authentication, update the publishing workflow