Skip to content

Commit

Permalink
Use token instead of UI password for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
kbielefe authored Oct 25, 2024
1 parent f634e79 commit 4f76c65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
id: publish_to_ossrh
run: >
./gradlew publishScalaMultiVersionPublicationToOssrhRepository
-PossrhUsername=${{ secrets.OSSRH_USERNAME }}
-PossrhPassword=${{ secrets.OSSRH_PASSWORD }}
-PossrhUsername=${{ secrets.OSSRH_TOKEN_NAME }}
-PossrhPassword=${{ secrets.OSSRH_TOKEN_VALUE }}
- name: Tag
if: >
${{
Expand Down

0 comments on commit 4f76c65

Please sign in to comment.