diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index fd79f6a258..ca01ff1159 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -64,7 +64,7 @@ jobs: cd docs git add . git commit --allow-empty -m "Update ${RELEASE_VERSION:1}" - git push https://Anuken:${{ secrets.API_TOKEN_GITHUB }}@github.com/MindustryGame/docs + git push https://Anuken:${{ secrets.API_TOKEN_ORG_GITHUB }}@github.com/MindustryGame/docs cd ../Mindustry - name: Update F-Droid build string run: | @@ -96,4 +96,4 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} file: core/build/libs/core-release-deps.jar asset_name: dependencies.jar - tag: ${{ github.ref }} \ No newline at end of file + tag: ${{ github.ref }}