Skip to content

Commit

Permalink
Update gradle-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shimmernight authored Jan 8, 2024
1 parent a30f960 commit c125f4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
with:
arguments: publish
env:
USERNAME: ${{ github.actor }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}
USERNAME: ${{ secrets.MAVEN_USERNAME }}
TOKEN: ${{ secrets.MAVEN_TOKEN }}

0 comments on commit c125f4d

Please sign in to comment.