Azure / pipelines

Enable GitHub developers to trigger Azure Pipelines from a GitHub Actions workflow
MIT License
73 stars 83 forks source link

[Bug/Question/Feature-Request] Parameters passed to Pipeline are not being accepted #60

Open oscarare opened 2 years ago

oscarare commented 2 years ago

Pipeline parameter seems not beeing accepted! :-(

I get this error:

Warning: Unexpected input(s) 'azure-pipeline-variables', valid inputs are ['azure-devops-project-url', 'azure-pipeline-name', 'azure-devops-token'] Run Azure/pipelines@v1 Creating connection with Azure DevOps service : "https://dev.azure.com/SI-idtxccoe" Connection created Error: Failed request: (401)

jacopocarlini commented 2 years ago

Use a token with full access scopes

guperrot commented 2 years ago

I had to use @v1.2, @v1 didn't work