Skip to content

Commit

Permalink
temporary allow unsecure command for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
zed-mocean authored Dec 26, 2023
1 parent 41b2b53 commit d9f9abb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ jobs:
run: mvn --batch-mode deploy
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'

0 comments on commit d9f9abb

Please sign in to comment.