We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 460a35a commit 4dc6dafCopy full SHA for 4dc6daf
1 file changed
patches/build.gradle.kts
@@ -51,7 +51,7 @@ publishing {
51
url = uri("https://maven.pkg.github.com/revanced/revanced-patches")
52
credentials {
53
username = System.getenv("GITHUB_ACTOR")
54
- password = System.getenv("GITHUB_TOKEN")
+ password = System.getenv("GIT_TOKEN")
55
}
56
57
0 commit comments