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 java-version: 1.8
- name: Build and publish package - name: Build and publish package
env: env:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ github.token }}
run: | run: |
mvn -B javadoc:javadoc deploy mvn -B javadoc:javadoc deploy
- name: Commit javadocs - name: Commit javadocs
@ -33,5 +33,5 @@ jobs:
with: with:
branch: gh-pages branch: gh-pages
directory: 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> <version>true</version>
<linksource>true</linksource> <linksource>true</linksource>
<notimestamp>true</notimestamp> <notimestamp>true</notimestamp>
<bottom><![CDATA[<b>Milkbowl, 2018</b>]]></bottom> <bottom><![CDATA[<b>Milkbowl, 2020</b>]]></bottom>
<reportOutputDirectory>${project.build.directory}</reportOutputDirectory> <reportOutputDirectory>${project.build.directory}</reportOutputDirectory>
<destDir>javadoc-latest</destDir> <destDir>javadoc-latest</destDir>
</configuration> </configuration>