File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ jobs:
3232 - name : Cache Gradle
3333 uses : burrunan/gradle-cache-action@v3
3434
35- # - name: Build
36- # env:
37- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38- # run: ./gradlew build
35+ - name : Build
36+ env :
37+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
38+ run : ./gradlew build
3939
4040
4141 - name : Setup Node.js
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ org.gradle.caching = true
33kotlin.code.style = official
44version = 1.0.4
55gpr.user = HZbutcoding
6- gpr.key = secrets.GITHUB_TOKEN
6+ gpr.key = null
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ pluginManagement {
88 name = " GitHubPackages"
99 url = uri(" https://maven.pkg.github.com/revanced/registry" )
1010 credentials {
11- username = providers.gradleProperty(" gpr.user" ).orNull ? : System .getenv(" HZbutcoding " )
12- password = providers.gradleProperty(" gpr.key" ).orNull ? : System .getenv(" secrets.GPR_KEY " )
11+ username = providers.gradleProperty(" gpr.user" ).orNull ? : System .getenv(" GITHUB_ACTOR " )
12+ password = providers.gradleProperty(" gpr.key" ).orNull ? : System .getenv(" GITHUB_TOKEN " )
1313 }
1414 }
1515 }
You can’t perform that action at this time.
0 commit comments