Skip to content

Commit

Permalink
update credential with github actor
Browse files Browse the repository at this point in the history
  • Loading branch information
Tan108 committed Mar 15, 2024
1 parent 4e56a7e commit 87a3420
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 @@ -10,8 +10,8 @@ repositories {
maven {
url = uri("https://maven.pkg.github.com/featurevisor/featurevisor-kotlin")
credentials {
username = "Tan108"
password = "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"
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
}
}
}
Expand Down

0 comments on commit 87a3420

Please sign in to comment.