Skip to content

Commit

Permalink
removed temporary fallback credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
norganos authored Dec 2, 2023
1 parent a1625d6 commit 1a67111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ publishing {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/norganos/aoc-utils")
credentials {
username = System.getenv("GITHUB_ACTOR") ?: "asd"
password = System.getenv("GITHUB_TOKEN") ?: "Asd"
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
}
}
}
Expand Down

0 comments on commit 1a67111

Please sign in to comment.