Skip to content

Commit

Permalink
Update release workflow to use correct secrets for authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
appujet committed Apr 27, 2024
1 parent 437edfd commit cb9c65f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Release to github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
USERNAME: ${{ secrets.M2_USER }}
PASSWORD: ${{ secrets.M2_PASS }}
USERNAME: ${{ secrets.USERNAME }}
PASSWORD: ${{ secrets.PASSWORD }}
# just use master
RELEASE_TARGET: master
run: ./gradlew --no-daemon build publish githubRelease -x test

0 comments on commit cb9c65f

Please sign in to comment.