Eduardo Valdes
Eduardo Valdes
Based on @devopsmatt recommendation, I will focus on just fitting these GitHub Actions into the already established format on GH and elsewhere. Based on the maturity of the project we...
It seems that there is either a previous attempt to import these GitHub Actions or what already exists in the .github/actions folder is required to interface with the remote-action. I...
The original idea was to take the easy/quick approach of forking **[JosiahSiegel](https://github.com/JosiahSiegel)** repos into the CDC Organization and then update the GitHub Actions **use** entries to point to the newly...
While this is resolved, I will go ahead and just include these original repos into the project's .github/actions section and leave them there as placeholders. Just to make sure they...
I have now created a branch named "importing-gha" and injected the three repositories into the .github/actions folder as placeholders for completing the importing process. devops: prime-reportstream (master=) $ git checkout...
devops: prime-reportstream (importing-gha) $ git status ; On branch importing-gha nothing to commit, working tree clean devops: prime-reportstream (importing-gha) $ git push --set-upstream origin importing-gha ; Username for 'https://github.com/CDCgov/prime-reportstream.git': emvaldes...
After importing all Josiah Siegel's GHA into the project, I have now modified the only two references within the GitHub Actions file structure pointing to these repos. **GitHub Actions**: ./.github/actions/deploy-backend/action.yml:336:...
There are now changes I have to perform to update self and cross referencing issues within the repos themselves (they are minimum changes to be done). After that, the next...
We have to import 14 externally repositories (residing on Mr. Josiah Siegel's personal repos) and we need to identify them (temporarily) with some sort of prefix until we can normalize...
We have now identified and documented all secrets and variables used in these GitHub Actions. We are currently reviewing which of these already exists in this project and which ones...