Skip to content

Commit

Permalink
Update ci-build.yml
Browse files Browse the repository at this point in the history
Include GitHub token to allow deployment to GitHub Packages
  • Loading branch information
timothyjward authored Oct 9, 2024
1 parent 4d13cd8 commit 4460319
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
env:
DEPLOY: -DaltDeploymentRepository=github::https://maven.pkg.github.com/${{ github.repository }} deploy
BUILD: verify
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
continue-on-error: true
Expand Down

0 comments on commit 4460319

Please sign in to comment.