Skip to content

Commit 4dc6daf

Browse files
committed
fix: fix build
1 parent 460a35a commit 4dc6daf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

patches/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ publishing {
5151
url = uri("https://maven.pkg.github.com/revanced/revanced-patches")
5252
credentials {
5353
username = System.getenv("GITHUB_ACTOR")
54-
password = System.getenv("GITHUB_TOKEN")
54+
password = System.getenv("GIT_TOKEN")
5555
}
5656
}
5757
}

0 commit comments

Comments
 (0)