Skip to content

Commit

Permalink
Try adding the GH token.
Browse files Browse the repository at this point in the history
  • Loading branch information
buckett committed Aug 23, 2024
1 parent 4ec027f commit 5d3615c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ jobs:
java-version-file: .java-version
distribution: temurin
cache: maven
- run: mvn -B -Prelease deploy
- run: mvn -B -Prelease deploy
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 5d3615c

Please sign in to comment.