feat(flavors): add extra flavors support with GitHub Packages authentication#29
Merged
Merged
Conversation
2d939bc to
1240d88
Compare
1240d88 to
2fbbf6c
Compare
…ication
Add ability to install private metanorma flavor gems (bsi, nist, plateau)
directly through the setup action, consolidating functionality from the
separate setup-flavors action.
New inputs:
- extra-flavors: Space-separated list of flavor gems to install
- github-packages-token: Token for private packages at rubygems.pkg.github.com/metanorma
Features:
- Configure bundler for GitHub Packages authentication
- Install public flavors from RubyGems
- Install private flavors from GitHub Packages
- BSI-specific fontist private formulas setup
This allows users to install both metanorma and private flavors in a single step:
- uses: actions-mn/setup@v3
with:
installation-method: gem
extra-flavors: bsi nist
github-packages-token: ${{ secrets.METANORMA_CI_PAT_TOKEN }}
2fbbf6c to
7117a5b
Compare
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.
Summary
Add ability to install private metanorma flavor gems (bsi, nist, plateau) directly through the setup action, consolidating functionality from the separate
setup-flavorsaction.New Inputs
extra-flavors''github-packages-token''Private flavors (require
github-packages-token):bsi,nist,plateauFeatures
Usage
Users can now install both metanorma and private flavors in a single step:
This replaces the previous two-step process:
Test Plan
FlavorInstallerclass (9 tests)