Skip to content

Commit

Permalink
fixed env variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSwag committed May 12, 2024
1 parent 7f02a79 commit 19c5829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ publishing {
url = uri("https://repo.thenextlvl.net/$branch")
credentials {
username = System.getenv("REPOSITORY_USER")
password = System.getenv("REPOSITORY_PASSWORD")
password = System.getenv("REPOSITORY_TOKEN")
}
}
}

0 comments on commit 19c5829

Please sign in to comment.