Skip to content

Commit

Permalink
Use only Github access token instead of username / password
Browse files Browse the repository at this point in the history
  • Loading branch information
pbielicki committed Mar 1, 2021
1 parent a806c90 commit 544cae6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,7 @@ project {
"releaseScope", "", label = "releaseScope", description = "The scope of the release",
display = PROMPT, options = listOf("major", "minor", "patch")
)
text(
"env.GRGIT_USER",
"",
label = "GitHub Username",
display = PROMPT,
allowEmpty = false
)
password("env.GRGIT_PASS", "", label = "GitHub Access Token", display = PROMPT)
password("env.GRGIT_USER", "", label = "GitHub Access Token", display = PROMPT)
param("env.GRADLE_PUBLISH_KEY", "%plugin.portal.publish.key%")
password("env.GRADLE_PUBLISH_SECRET", "%plugin.portal.publish.secret%", display = NORMAL)
}
Expand Down

0 comments on commit 544cae6

Please sign in to comment.