Skip to content

Commit a37c682

Browse files
authored
Sign the next snapshot just for testing (#6597)
1 parent dc648be commit a37c682

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
env:
3030
LIBRARIAN_SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
3131
LIBRARIAN_SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
32+
GPG_PRIVATE_KEY: ${{ secrets.SONATYPE_GPG_KEY }}
33+
GPG_PRIVATE_KEY_PASSWORD: ${{ secrets.SONATYPE_GPG_KEY_PASSWORD }}
3234
- name: Collect Diagnostics
3335
if: always()
3436
run: ./scripts/collect-diagnostics.main.kts

0 commit comments

Comments
 (0)