chore: update config for wookpecker

This commit is contained in:
Timo Ley 2023-07-20 15:51:26 +00:00
parent 6c1e1f8dbe
commit 547887416c
1 changed files with 2 additions and 2 deletions

View File

@ -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: