mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2025-12-06 06:41:44 +00:00
Create modrinth.yml
This commit is contained in:
12
.github/workflows/modrinth.yml
vendored
Normal file
12
.github/workflows/modrinth.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ main ]
|
||||||
|
jobs:
|
||||||
|
modrinth-desc:
|
||||||
|
runs-on: 'ubuntu-latest'
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- uses: funnyboy-roks/modrinth-auto-desc@v1.6
|
||||||
|
with:
|
||||||
|
auth-token: ${{ secrets.MODRINTH }}
|
||||||
|
slug: 'mapify'
|
||||||
Reference in New Issue
Block a user