Skip to content

Commit

Permalink
Point at new user/pass secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Jan 15, 2025
1 parent 52dd732 commit cce6d54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/SNAPSHOT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- run: ./gradlew build --stacktrace
- name: Publish a SNAPSHOT
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_NEXUS_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_USERNAME_APP_CASH }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_PASSWORD_APP_CASH }}
run: ./gradlew publish --no-daemon -Dorg.gradle.parallel=false

env:
Expand Down

0 comments on commit cce6d54

Please sign in to comment.