We can migrate our Catalyst project from the GitHub Repository to the Catalyst development environment using the Github workflow. You can learn more about the GitHub workflows here.
Pre-requisites:
CI/CD Setup:
main.yml
Before committing any changes you need to add the below Values in your repository secrets. You can find the help documentation for the same here.
○ CATALYST_PROJECT_NAME - Your Project Name
After pasting the above-mentioned code snippet in your main.yml file once you do a commit, the workflow executes the job mentioned in the main.yml file.