This repo allows you to import repos based on old HelloWorld repository to AL-Go
-
Click "Use this template" > "Create a new repository"
-
Enter a name, choose the organisation and visibility and click "Create repository from template"
-
Make sure you have a organisation secret GHTOKENWORKFLOW setup like mentioned in the Update Al-Go System Files Scenario
-
Note the clone URL of the repository you want to import.
- Make sure to include the Personal Access Token in the URL if authentication is needed. (The PAT only need read access!)
- Github
- https://<PAT>@github.com/...
- Azure DevOps
- https://<PAT>@dev.azure.com/...
- Github
- Make sure to include the Personal Access Token in the URL if authentication is needed. (The PAT only need read access!)
-
Once your repository is created, navigate to Action and run the "Import Repository" Action.
-
Enter the following inputs:
- Import from URL: The clone URL of your existing repository
- Template URL (@notation for branch selection is currently not supporteds):
-
After the action has finished you will need to add your app folders to the corresponding settings and add other wanted settings. Check the AL-Go Readme for additional information