File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,6 @@ workflow(
5656 runsOn = UbuntuLatest ,
5757 condition = expr { " ${github.ref} == 'refs/heads/main'" },
5858 env = linkedMapOf(
59- " SIGNING_KEY" to expr(" secrets.SIGNING_KEY" ),
60- " SIGNING_PASSWORD" to expr(" secrets.SIGNING_PASSWORD" ),
6159 " ORG_GRADLE_PROJECT_sonatypeUsername" to expr(" secrets.ORG_GRADLE_PROJECT_SONATYPEUSERNAME" ),
6260 " ORG_GRADLE_PROJECT_sonatypePassword" to expr(" secrets.ORG_GRADLE_PROJECT_SONATYPEPASSWORD" ),
6361 ),
Original file line number Diff line number Diff line change 6868 needs :
6969 - ' check_yaml_consistency'
7070 env :
71- SIGNING_KEY : ' ${{ secrets.SIGNING_KEY }}'
72- SIGNING_PASSWORD : ' ${{ secrets.SIGNING_PASSWORD }}'
7371 ORG_GRADLE_PROJECT_sonatypeUsername : ' ${{ secrets.ORG_GRADLE_PROJECT_SONATYPEUSERNAME }}'
7472 ORG_GRADLE_PROJECT_sonatypePassword : ' ${{ secrets.ORG_GRADLE_PROJECT_SONATYPEPASSWORD }}'
7573 if : ' ${{ github.ref == '' refs/heads/main'' }}'
You can’t perform that action at this time.
0 commit comments