We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd37dc commit 0ed5b47Copy full SHA for 0ed5b47
1 file changed
.github/workflows/pr_scala_3.yml
@@ -28,11 +28,13 @@ jobs:
28
run: sbt test
29
30
- name: Import GPG key
31
+ if: github.event.pull_request.head.repo.fork == false
32
id: import_gpg
33
uses: crazy-max/ghaction-import-gpg@v3
34
with:
35
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
36
passphrase: ${{ secrets.PGP_PASSPHRASE }}
37
38
- name: publish local
39
+ if: ${{ secrets.GPG_PRIVATE_KEY != '' }}
40
run: sbt publishLocalSigned
0 commit comments