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: