Skip to content

Commit

Permalink
Add prebuild scope
Browse files Browse the repository at this point in the history
Signed-off-by: Ansuman Sahoo <[email protected]>
  • Loading branch information
unsuman committed Oct 3, 2024
1 parent 2234a23 commit 57635fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/daytona/config/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ func GetPrebuildScopesFromGitProviderId(providerId string) string {
return "admin:repo_hook"
case "bitbucket":
return "webhooks"
case "bitbucket-server":
return "REPO_ADMIN"
case "azure-devops":
return "Work (Read, Write & Manage); Build (Read & Execute)"
default:
Expand Down

0 comments on commit 57635fa

Please sign in to comment.