Skip to content

Commit bb922d3

Browse files
committed
refactor: remove GitHub credentials from build.gradle
1 parent bea375c commit bb922d3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,6 @@ publishing {
148148
maven {
149149
name = "GitHubPackages"
150150
url = uri("https://maven.pkg.github.com/AxenoDev/NoctisUI")
151-
credentials {
152-
username = System.getenv("GITHUB_ACTOR")
153-
password = System.getenv("GITHUB_TOKEN")
154-
}
155151
}
156152

157153
mavenLocal()

0 commit comments

Comments
 (0)