mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-22 10:35:16 +01:00
Add environment variable for modrinth-token
This commit is contained in:
parent
ad2e861e56
commit
f7ed8ac884
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -26,4 +26,6 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-bluemap-
|
||||
- name: Build with Gradle
|
||||
env:
|
||||
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
|
||||
run: ./gradlew publish
|
||||
|
Loading…
Reference in New Issue
Block a user