Skip to content

Commit

Permalink
[#2] Set token name
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMeinerLP committed Feb 13, 2024
1 parent 928e957 commit 2a68759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ allprojects {
// See Gradle docs for how to provide credentials to PasswordCredentials
// https://docs.gradle.org/current/samples/sample_publishing_credentials.html
credentials(HttpHeaderCredentials::class) {
name = "github"
name = "Deploy-Token"
value = System.getenv("GITLAB_TOKEN")
}
authentication {
Expand Down

0 comments on commit 2a68759

Please sign in to comment.