Skip to content

Commit 99dcdb2

Browse files
committed
build: enable ng-dev auth service (#26149)
Enable the authentication service for merging rather than using PATs (cherry picked from commit fe39362)
1 parent 0938f68 commit 99dcdb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ng-dev/github.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ export const github: GithubConfig = {
88
owner: 'angular',
99
name: 'components',
1010
mainBranchName: 'main',
11+
useNgDevAuthService: true,
1112
};

0 commit comments

Comments
 (0)