Skip to content

Commit

Permalink
Use the right env vars for username and token
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignas committed Dec 23, 2023
1 parent 22206e2 commit 0feb28a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ publishing {
name = "GitHubPackages"
url = "https://maven.pkg.github.com/Ignas/nukagit"
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
username = System.getenv("USERNAME")
password = System.getenv("TOKEN")
}
}
}
Expand Down

0 comments on commit 0feb28a

Please sign in to comment.