Skip to content

Commit

Permalink
token url hint, and nicer readme url for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Aug 19, 2023
1 parent bf4c5ea commit b235203
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit b235203

Please sign in to comment.