adjust the token

This commit is contained in:
Nick Minkler (Sleaker) 2020-08-02 14:02:05 -07:00
parent e6ebff536a
commit c76f77b89b
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ jobs:
java-version: 1.8
- name: Build and publish package
env:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ github.token }}
run: |
mvn -B javadoc:javadoc deploy
- name: Commit javadocs
@ -33,5 +33,5 @@ jobs:
with:
branch: gh-pages
directory: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ github.token }}

View File

@ -110,7 +110,7 @@ Vault currently supports the following: Permissions 3, PEX, GroupManager, bPerms
<version>true</version>
<linksource>true</linksource>
<notimestamp>true</notimestamp>
<bottom><![CDATA[<b>Milkbowl, 2018</b>]]></bottom>
<bottom><![CDATA[<b>Milkbowl, 2020</b>]]></bottom>
<reportOutputDirectory>${project.build.directory}</reportOutputDirectory>
<destDir>javadoc-latest</destDir>
</configuration>