Skip to content

Commit 62005d5

Browse files
committed
Create modrinth.yml
1 parent c86618e commit 62005d5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/modrinth.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
on:
2+
push:
3+
branches: [ master ]
4+
jobs:
5+
modrinth-desc:
6+
runs-on: 'ubuntu-latest'
7+
steps:
8+
- uses: actions/checkout@v4
9+
- uses: funnyboy-roks/[email protected]
10+
with:
11+
auth-token: ${{ secrets.MODRINTH }}
12+
slug: 'Z04RmeT7'

0 commit comments

Comments
 (0)