Skip to content

Commit ca02f1b

Browse files
Yuriy ElistratovTopHlop
authored andcommitted
publishing: Update CI yaml file
1 parent 1f41095 commit ca02f1b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,9 @@ jobs:
4747
- name: Run Publish
4848
run: ./gradlew publish
4949
env:
50+
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_USERNAME }}
51+
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_PASSWORD }}
52+
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SIGNING_KEY }}
53+
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_KEY_PASSWORD }}
5054
ORG_GRADLE_PROJECT_githubPackagesUsername: ${{ github.actor }}
5155
ORG_GRADLE_PROJECT_githubPackagesPassword: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)