Skip to content

Commit

Permalink
[patch] CARD-72: update publish to use gh token
Browse files Browse the repository at this point in the history
  • Loading branch information
jrsmth-tier2 committed May 31, 2024
1 parent 98eaf9c commit afba33d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ publishing {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/cardinal-app/security-services")
credentials {
username = System.getenv("GPR_USER")
password = System.getenv("GPR_KEY")
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
}
}
}
Expand Down

0 comments on commit afba33d

Please sign in to comment.