File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 ORG_GRADLE_PROJECT_savaGithubPackagesUsername : ${{ env.GITHUB_ACTOR }}
3131 ORG_GRADLE_PROJECT_savaGithubPackagesPassword : ${{ secrets.GITHUB_TOKEN }}
3232
33+ - name : Maven Central
34+ run : ./gradlew --stacktrace -Psign=true -PjavaVersion=${{ steps.setup.outputs.java-version }} -Pversion=${{ github.ref_name }} :aggregation:publishAggregationToCentralPortal
35+ env :
36+ GPG_PUBLISH_SECRET : ${{ secrets.GPG_PUBLISH_SECRET }}
37+ GPG_PUBLISH_PHRASE : ${{ secrets.GPG_PUBLISH_PHRASE }}
38+ MAVEN_CENTRAL_TOKEN : ${{ secrets.MAVEN_CENTRAL_TOKEN }}
39+ MAVEN_CENTRAL_SECRET : ${{ secrets.MAVEN_CENTRAL_SECRET }}
40+ ORG_GRADLE_PROJECT_savaGithubPackagesUsername : ${{ env.GITHUB_ACTOR }}
41+ ORG_GRADLE_PROJECT_savaGithubPackagesPassword : ${{ secrets.GITHUB_TOKEN }}
42+
3343 - name : Github Packages
3444 run : ./gradlew --stacktrace -Psign=true -PjavaVersion=${{ steps.setup.outputs.java-version }} -Pversion=${{ github.ref_name }} :aggregation:publishToGitHubPackages
3545 env :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- # ixProxy
1+ # ixProxy [ ![ Gradle Check ] ( https://github.com/glamsystems/ix-proxy/actions/workflows/build.yml/badge.svg )] ( https://github.com/glamsystems/ix-proxy/actions/workflows/build.yml ) [ ![ Publish Release ] ( https://github.com/glamsystems/ix-proxy/actions/workflows/publish.yml/badge.svg )] ( https://github.com/glamsystems/ix-proxy/actions/workflows/publish.yml )
22
33Facilitates the re-mapping of instructions from one program to another proxy program. The primary use case is to add
44additional safety checks in the proxy program before and after forwarding the request to the original program.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ plugins {
1313 id(" software.sava.build" ) version " 0.1.21"
1414}
1515
16- rootProject.name = " anchor-programs "
16+ rootProject.name = " ix-proxy "
1717
1818javaModules {
1919 directory(" ." ) {
You can’t perform that action at this time.
0 commit comments