Skip to content

Commit 8f0a277

Browse files
authored
chore: remove signing keys from snapshot publishing job (#1404)
It's simply not needed as signing doesn't happen there.
1 parent ad7ad64 commit 8f0a277

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/build.main.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
),

.github/workflows/build.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ jobs:
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'' }}'

0 commit comments

Comments
 (0)