diff --git a/.github/workflows/modrinth.yml b/.github/workflows/modrinth.yml new file mode 100644 index 0000000..5aa642d --- /dev/null +++ b/.github/workflows/modrinth.yml @@ -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'