From fc73257cfa1c51a1b84114e6914183f553c78525 Mon Sep 17 00:00:00 2001 From: Oleksandr Balan Date: Mon, 22 Aug 2022 17:43:42 +0200 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e0ef126..ed00630 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,9 @@ jobs: publish: # The type of runner that the job will run on runs-on: ubuntu-latest - environment: Default + env: + ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.ORG_GRADLE_PROJECT_MAVENCENTRALUSERNAME }} + ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.ORG_GRADLE_PROJECT_MAVENCENTRALPASSWORD }} # Steps represent a sequence of tasks that will be executed as part of the job steps: