[CI-Skip] [CheckSkip] Push with token

This commit is contained in:
Alpha
2023-03-26 15:45:12 +09:00
committed by GitHub
parent a5026805b7
commit a97ffba61f

View File

@@ -64,7 +64,7 @@ jobs:
(cd Plazma-API/build/docs/javadoc && tar c .) | (cd javadoc && tar xf -)
cd javadoc
git add . && git commit -m "Update Javadocs"
git push -f
git push https://${{ secrets.GH_PAT }}@github.com/PlazmaMC/Plazma.git -f
- name: Publish Packages
if: github.ref_name == env.MAIN_BRANCH