From b2352030438790d71d586f6654a6ea31a394906a Mon Sep 17 00:00:00 2001 From: Fallen_Breath Date: Sat, 19 Aug 2023 13:52:00 +0800 Subject: [PATCH] token url hint, and nicer readme url for workflow --- .github/workflows/release.yml | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ca93675..d8e92f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -157,9 +157,11 @@ jobs: - name: Publish Minecraft Mods uses: Kir-Antipov/mc-publish@v3.3 with: + # https://modrinth.com/settings/pats # modrinth-id: fo0Bar # modrinth-token: ${{ secrets.MODRINTH_API_TOKEN }} + # https://legacy.curseforge.com/account/api-tokens # curseforge-id: 314159 # curseforge-token: ${{ secrets.CF_API_TOKEN }} diff --git a/README.md b/README.md index eaffd62..ca01135 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## fabric-mod-template [![License](https://img.shields.io/github/license/Fallen-Breath/fabric-mod-template.svg)](http://www.gnu.org/licenses/lgpl-3.0.html) -![workflow](https://github.com/Fallen-Breath/fabric-mod-template/actions/workflows/gradle.yml/badge.svg) +[![workflow](https://github.com/Fallen-Breath/fabric-mod-template/actions/workflows/gradle.yml/badge.svg)](https://github.com/Fallen-Breath/fabric-mod-template/actions/workflows/gradle.yml) fallen's fabric mod template