Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 00515fe

Browse files
committed
chore(workflow): maven central credentials not provided to 'publish' job
1 parent 79958f9 commit 00515fe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,11 @@ jobs:
178178
env:
179179
ReleaseAndroidIDE: true
180180
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
181+
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MVN_USERNAME }}
182+
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MVN_PASSWORD }}
183+
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.MVN_SIGNING_KEY }}
184+
ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.MVN_SIGNING_KEY_ID }}
185+
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.MVN_SIGNING_KEY_PASSWORD }}
181186
- name: Archive Nyx state file
182187
uses: actions/upload-artifact@v3
183188
if: ${{ always() }}

0 commit comments

Comments
 (0)