Skip to content

Commit

Permalink
Fix publishing (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang authored Dec 16, 2024
1 parent d7ff689 commit d52bc5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cartera/publishRemote.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ publishing {

repositories {
maven {
def github_username = System.getenv('github_username')
def github_token = System.getenv('github_token')
def github_username = System.getenv('GITHUB_ACTOR')
def github_token = System.getenv('GITHUB_TOKEN')
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/dydxprotocol/cartera-android")
credentials {
Expand Down

0 comments on commit d52bc5b

Please sign in to comment.