We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af2776b commit 3035645Copy full SHA for 3035645
.github/workflows/pullrequest.yml
@@ -28,6 +28,7 @@ jobs:
28
${{ runner.os }}-maven-
29
30
- name: Configure GPG Key
31
+ if: github.event.pull_request.head.repo.full_name == github.repository
32
run: |
33
echo -n "$GPG_SIGNING_KEY" | base64 --decode | gpg --import
34
env:
0 commit comments