Skip to content

Commit 242358c

Browse files
authored
Update android.yml
1 parent bef5dbf commit 242358c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/android.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111

1212
runs-on: ubuntu-latest
1313

14+
env:
15+
IOT_SONATYPE_USERNAME: ${{ secrets.IOT_SONATYPE_USERNAME }}
16+
IOT_SONATYPE_PASSWORD: ${{ secrets.IOT_SONATYPE_PASSWORD }}
17+
1418
steps:
1519
- uses: actions/checkout@v4
1620
- name: set up JDK 17

0 commit comments

Comments
 (0)