Skip to content
This repository was archived by the owner on Nov 6, 2019. It is now read-only.

Files

Latest commit

 

History

History

releasepipelines

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

GitHub Action for triggering Azure Release Pipelines

Usage


action "Trigger Azure Release Pipelines" {
  uses = "Azure/github-actions/releasepipelines@master"
  env = {
		AZURE_DEVOPS_URL = "<Azure DevOps URL>"
		AZURE_DEVOPS_PROJECT = "<Azure DevOps Project Name>"
		AZURE_PIPELINE_NAME= "<Azure Pipeline Name>"
	}
  secrets = ["AZURE_DEVOPS_TOKEN"]
}

Secrets

  • AZURE_DEVOPS_TOKENMandatory

Environment variables

  • AZURE_DEVOPS_URLMandatory; the fully-qualified URL to the Azure DevOps organization (eg, https://dev.azure.com/organization or https://server.example.com:8080/tfs/DefaultCollection)
  • AZURE_DEVOPS_PROJECTMandatory
  • AZURE_PIPELINE_NAMEMandatory