From d49800f7bd018fa5daece2cc0805beddc049bfff Mon Sep 17 00:00:00 2001 From: Vincent Lee Date: Sat, 30 Dec 2023 02:00:54 -0600 Subject: [PATCH] Use vaz's CF/MR tokens to upload releases I removed myself from the Neat MR project, then realized that that would break release uploading, so fix it by using Vaz's tokens. --- .github/workflows/gradle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 916931e..9e3d2a3 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -68,7 +68,7 @@ jobs: GIT_REF: ${{ github.ref }} FABRIC_JAR: ${{ steps.calculate_artifact_names.outputs.fabric }} FORGE_JAR: ${{ steps.calculate_artifact_names.outputs.forge }} - CURSEFORGE_TOKEN: ${{ secrets.WILLIEWILLUS_CURSEFORGE_TOKEN }} - MODRINTH_TOKEN: ${{ secrets.WILLIEWILLUS_MODRINTH_TOKEN }} + CURSEFORGE_TOKEN: ${{ secrets.VAZKII_CURSEFORGE_TOKEN }} + MODRINTH_TOKEN: ${{ secrets.VAZKII_MODRINTH_TOKEN }} run: | scripts/upload_releases.sh