Skip to content

Commit

Permalink
ASAA-122 - Changed local variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
br-Emery committed Dec 15, 2023
1 parent 54f9621 commit 78a2d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kmp-launchpad-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ publishing {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/BottleRocketStudios/KMP-LaunchPad-Compose")
credentials {
username = System.getenv("GITHUB_ACTOR") ?: System.getenv("QSRKIT_USERNAME")
password = System.getenv("GITHUB_TOKEN") ?: System.getenv("QSRKIT_TOKEN")
username = System.getenv("GITHUB_ACTOR") ?: System.getenv("LOCAL_GITHUB_USERNAME")
password = System.getenv("GITHUB_TOKEN") ?: System.getenv("LOCAL_GITHUB_TOKEN")
}
}
}
Expand Down

0 comments on commit 78a2d4e

Please sign in to comment.