From dbc4bb5c62ceab53449a71a57b0bf1aadfd2fa32 Mon Sep 17 00:00:00 2001 From: bo <144749186+omo50@users.noreply.github.com> Date: Wed, 16 Jul 2025 23:28:59 -0500 Subject: [PATCH] Revert "This the type of shit to make you curbstomp a gas station worker" This reverts commit 950ec17fdd58f150410d00b499679f0d6b552679. --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f5297bcaf..b725a0e0d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -59,7 +59,7 @@ jobs: file_ext: "zip" runs-on: ubuntu-latest env: - GITHUB_TOKEN: MR + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PACK_NAME: Re-Console OUTPUT: artifacts @@ -132,7 +132,7 @@ jobs: uses: Kir-Antipov/mc-publish@v3.3 with: curseforge-id: re-console - curseforge-token: CF + curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }} files: | ${{ env.OUTPUT }}/${{ env.PACK_NAME }}-${{ matrix.version }}-${{ matrix.loader }}-${{ env.VERSION }}-${{ matrix.platform }}.${{ matrix.file_ext }} @@ -163,4 +163,4 @@ jobs: # version: "${{ env.VERSION }}-${{ matrix.loader }}-${{ matrix.version }}" # loaders: ${{ matrix.loader == 'neoforged' && 'neoforge' || matrix.loader }} - # game-versions: ${{ matrix.version }} + # game-versions: ${{ matrix.version }} \ No newline at end of file