File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ jobs:
3737 - name : Install dependencies
3838 run : npm install
3939
40- # - name: Import GPG key
41- # uses: crazy-max/ghaction-import-gpg@v6
42- # with:
43- # gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
44- # passphrase: ${{ secrets.GPG_PASSPHRASE }}
45- # fingerprint: ${{ env.GPG_FINGERPRINT }}
40+ - name : Import GPG key
41+ uses : crazy-max/ghaction-import-gpg@v6
42+ with :
43+ gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
44+ passphrase : ${{ secrets.GPG_PASSPHRASE }}
45+ fingerprint : ${{ env.GPG_FINGERPRINT }}
4646
4747 - name : Release
4848 env :
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ publishing {
8585 repositories {
8686 maven {
8787 name = " GitHubPackages"
88- url = uri(" https://maven.pkg.github.com/revanced/revanced -patches-template " )
88+ url = uri(" https://maven.pkg.github.com/indranil012/dropped -patches" )
8989 credentials {
9090 username = System .getenv(" GITHUB_ACTOR" )
9191 password = System .getenv(" GITHUB_TOKEN" )
@@ -116,9 +116,9 @@ publishing {
116116 }
117117 }
118118 scm {
119- connection = " scm:git:git://github.com/you/revanced-patches .git"
120- developerConnection = " scm:git:git@github.com:you/revanced-patches .git"
121- url = " https://github.com/you/revanced-patches "
119+ connection = " scm:git:git://github.com/Indranil012/Dropped-Patches .git"
120+ developerConnection = " scm:git:git@github.com:Indranil012/Dropped-Patches .git"
121+ url = " https://github.com/Indranil012/Dropped-Patches "
122122 }
123123 }
124124 }
You can’t perform that action at this time.
0 commit comments