Skip to content

Commit

Permalink
try using variable usernanem token
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Oct 23, 2024
1 parent 5b18c87 commit c843e2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ publishing {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/moosetechnology/FameJava")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
username = System.getenv("USERNAME")
password = System.getenv("TOKEN")
}
}
publications {
Expand Down

0 comments on commit c843e2e

Please sign in to comment.