Skip to content

Commit

Permalink
add token of course
Browse files Browse the repository at this point in the history
  • Loading branch information
cfkoehler committed Jan 7, 2025
1 parent 9622e66 commit 3058265
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven-publish-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:

echo "name=${USER_NAME}" >> "${GITHUB_OUTPUT}"
echo "email=${USER_EMAIL}" >> "${GITHUB_OUTPUT}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish site to GitHub Pages
run: mvn site site:stage scm-publish:publish-scm -Pcoverage,pmd -DskipTests
Expand Down

0 comments on commit 3058265

Please sign in to comment.