Skip to content

Commit

Permalink
updated corect token
Browse files Browse the repository at this point in the history
  • Loading branch information
talhahasanzia committed Apr 5, 2023
1 parent a459903 commit e27dc47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions expiry/publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ publishing {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/talhahasanzia/expiry-marker")
credentials {
username = project.findProperty("gpr.user") ?: System.getenv("talhahasanzia")
password = project.findProperty("gpr.key") ?: System.getenv("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")
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("TOKEN")
}
}
}
Expand Down

0 comments on commit e27dc47

Please sign in to comment.