Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
haiphucnguyen committed Jan 13, 2025
1 parent edc0ce8 commit fbfdff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ allprojects {
url = uri("https://maven.pkg.github.com/flowinquiry/flowinquiry-server")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("PAT_TOKEN") ?: System.getenv("GITHUB_TOKEN")
password = System.getenv("GITHUB_TOKEN")
}
}
mavenLocal()
Expand Down

0 comments on commit fbfdff2

Please sign in to comment.