Add environment variable for modrinth-token

This commit is contained in:
Lukas Rieger (Blue) 2022-10-25 00:09:40 +02:00
parent ad2e861e56
commit f7ed8ac884
No known key found for this signature in database
GPG Key ID: 2D09EC5ED2687FF2
1 changed files with 2 additions and 0 deletions

View File

@ -26,4 +26,6 @@ jobs:
restore-keys: |
${{ runner.os }}-bluemap-
- name: Build with Gradle
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
run: ./gradlew publish