From 547887416c6350cb9def251ea9bb0b135fe812ab Mon Sep 17 00:00:00 2001 From: Timo Ley Date: Thu, 20 Jul 2023 15:51:26 +0000 Subject: [PATCH] chore: update config for wookpecker --- mcmod.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mcmod.yaml b/mcmod.yaml index c4eb1e9..2f1ecf5 100644 --- a/mcmod.yaml +++ b/mcmod.yaml @@ -12,12 +12,12 @@ steps: event: push - name: maven image: adoptopenjdk/openjdk8 + secrets: [ gitea_token ] environment: ORG_GRADLE_PROJECT_mvnURL: https://maven.tilera.xyz ORG_GRADLE_PROJECT_mvnUsername: tilera - ORG_GRADLE_PROJECT_mvnPassword: - from_secret: gitea_token commands: + - export ORG_GRADLE_PROJECT_mvnPassword=$GITEA_TOKEN - chmod +x gradlew - ./gradlew publish when: