Examples and GitHub Action Workflows that are useful to move or add either API Artifacts and APIM Developer Portal Configurations to your API instances.
├── .github
│ ├── workflows
│ │ ├── capture.yaml
│ │ ├── generate.yaml
│ │ └── migrate.yaml
├── apim-scripts
├── snapshot-template
└── .gitignore
I have taken inspiration from Janne here and here...