Azure / pipelines

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

[Documentation-Request] Specify Scopes Required for PAT #61

Open nibanks opened 2 years ago

nibanks commented 2 years ago

The documentation does not specify exactly which scopes are required for the PAT. Without this information the user has to either give all access to the PAT or spend a lot of time with trial and error to figure out the minimum.

AlfredWang01 commented 1 year ago

Is there any progress for this issue?

jgahman commented 1 year ago

At a minimum, I found it necessary for only the following one (1) scope: Build (Read & Execute)

At first ran with the following scopes: Build (Read & execute) Code (Read) Release (Read)

Using only Build (Read & Execute) I am able to run a the azure/pipeline action. This was just a simple pipeline test.