From d52bc5b5147632359cb91489646c45374d3cc832 Mon Sep 17 00:00:00 2001 From: Rui <102453770+ruixhuang@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:42:06 -0800 Subject: [PATCH] Fix publishing (#26) --- cartera/publishRemote.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cartera/publishRemote.gradle b/cartera/publishRemote.gradle index b857150..8e3e3cf 100644 --- a/cartera/publishRemote.gradle +++ b/cartera/publishRemote.gradle @@ -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 {