camunda / feel-scala

FEEL parser and interpreter written in Scala
https://camunda.github.io/feel-scala/
Apache License 2.0
119 stars 46 forks source link

fix(maven-central): Use tokens to authenticate with Maven Central for… #870

Closed andromaqui closed 6 days ago

andromaqui commented 1 week ago

… publishing artifacts

Description

This pr modifies the secrets used for autheticating to oss.sonatype.org. More specficially, Maven has enforced token based authentication and we therefore need to separate the credentials used for oss.sonatype.org and s01.oss.sonatype.org

Related issues

related to https://github.com/camunda/team-infrastructure/issues/640