File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ project {
54
54
displayName = " anvilpowered/anvil"
55
55
repositoryURL = " https://github.com/anvilpowered/anvil"
56
56
authType = accessToken {
57
- accessToken = " credentialsJSON:7a0f679e-94e2-4f3e-b19a-db375294d40e\n "
57
+ accessToken = " credentialsJSON:7a0f679e-94e2-4f3e-b19a-db375294d40e"
58
58
}
59
59
param(" tokenId" , " " )
60
60
}
@@ -87,7 +87,7 @@ fun BuildFeatures.configureBaseFeatures() {
87
87
publisher = github {
88
88
githubUrl = " https://api.github.com"
89
89
authType = personalToken {
90
- token = " credentialsJSON:7a0f679e-94e2-4f3e-b19a-db375294d40e\n "
90
+ token = " credentialsJSON:7a0f679e-94e2-4f3e-b19a-db375294d40e"
91
91
}
92
92
}
93
93
}
@@ -98,7 +98,7 @@ fun BuildFeatures.configurePullRequests() {
98
98
vcsRootExtId = " ${DslContext .settingsRoot.id} "
99
99
provider = github {
100
100
authType = token {
101
- token = " credentialsJSON:7a0f679e-94e2-4f3e-b19a-db375294d40e\n "
101
+ token = " credentialsJSON:7a0f679e-94e2-4f3e-b19a-db375294d40e"
102
102
}
103
103
filterAuthorRole = PullRequests .GitHubRoleFilter .MEMBER_OR_COLLABORATOR
104
104
}
You can’t perform that action at this time.
0 commit comments