-
Notifications
You must be signed in to change notification settings - Fork 26
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
Create GitHub Action(s) to process a PR of an NR1 Application #4
Comments
These 2 steps are not going to be accomplished on Would need access to commit missing/incorrect uuid to the forked repo for this to work. Instead, this will only be done when PR is approved and merged.
There's no secure method for passing needed API keys to a forked repo (#8).
|
The catalog-pr Workflow now meets these requirements. Closing issue. |
jbeveland27
added a commit
that referenced
this issue
Apr 6, 2020
* feat: add nr1-browser-analyzer submodule * feat: add nr1-cloud-optimize (#2) [skip publish] * feat: add nr1-container-explorer submodule (#3) [skip publish] * feat: add nr1-datalyzer submodule (#4) [skip publish] Co-authored-by: Michael Frederick <[email protected]>
jbeveland27
added a commit
that referenced
this issue
Apr 6, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On the initiation of a Pull Request:
Lookup auuid
in a repo-traceable local data store that maps this submodule to theglobal catalog account
. If none exists, generate one and save theuuid
. If it exists, use that value to perform the next step. See Create a repo-based data store for mapping account id's to submodule names #6.Validate the ability to publish the code Create / config an Action that builds the NR1 package validates the ability to publish it to NR1 #2The text was updated successfully, but these errors were encountered: