Skip to content

Commit

Permalink
add with:repo-token to action
Browse files Browse the repository at this point in the history
  • Loading branch information
tfr42 committed Nov 16, 2023
1 parent eb29e21 commit f6114d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
run: mvn -B clean package -pl :pljava-api

- name: Push artefact to Github Packages
run: mvn -B deploy -DaltDeploymentRepository=githublatlon::default::https://maven.pkg.github.com/lat-lon/pljava
run: mvn -B deploy -pl :pljava-api -DaltDeploymentRepository=githublatlon::default::https://maven.pkg.github.com/lat-lon/pljava
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f6114d4

Please sign in to comment.