Skip to content

Commit

Permalink
ci: update publish action for new user token
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoweii committed Apr 8, 2024
1 parent e44a988 commit 7abad24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
cache: gradle
- name: Config properties
run: |
echo "nexusUsername=${{ vars.NEXUS_USERNAME }}" >> key.properties
echo "nexusPassword=${{ secrets.NEXUS_PASSWORD }}" >> key.properties
echo "ossrhUsername=${{ secrets.OSSRH_USERNAME }}" >> key.properties
echo "ossrhPassword=${{ secrets.OSSRH_PASSWORD }}" >> key.properties
echo "signing.keyId=${{ vars.SIGNING_KEY_ID }}" >> key.properties
echo "signing.password=${{ secrets.SIGNING_PASSWORD }}" >> key.properties
echo "signing.inMemoryKey=${{ secrets.SIGNING_IN_MEMORY_KEY }}" >> key.properties
Expand Down

0 comments on commit 7abad24

Please sign in to comment.