From 1c75967f5e6d23d55d4a342d2229d4bfd9bbcf1f Mon Sep 17 00:00:00 2001 From: Matthias Geisler Date: Fri, 20 Jan 2023 07:20:52 +0100 Subject: [PATCH] Adjust OSSR --- .github/workflows/ci-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index a9a6b50c..086c22a5 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -46,7 +46,7 @@ jobs: maven-key: ${{ secrets.MAVEN_GPG_KEY }} maven-pass: ${{ secrets.MAVEN_GPG_PASS }} ossr-username: ${{ secrets.OSSR_USERNAME }} - ossr-token: ${{ secrets.OSSR_PASSWORD }} + ossr-password: ${{ secrets.OSSR_PASSWORD }} concurrency: group: publish cancel-in-progress: true