Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.01 KB

README.md

File metadata and controls

15 lines (12 loc) · 1.01 KB

Application Lifecycle Managment for Microsofts Power Virtual Agent

Github Actions for Managing Microsofts PVA as a template for PVA Projects

secrets you need to setup

PowerPlatformSPN : service principal secret
please find a howto create one article in the.cognitiveservices.ninja blog

actions:

workflow dispatch: deploy-development.yml : Deploy a new development environment with content of repository (unmanaged)
export-branch-solution.yml: export a solution from dev to a new branch (How to use)
release-solution-to-xxx-reusable.yml: master file for releasing code to an environment
release-to-staging.yml: automated action to release to staging, please adjust to your needs
release to-production.yml: automated action to release to production, please adjust to your needs