Skip to content

Commit 3035645

Browse files
ignore GPG Key for fork repos
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
1 parent af2776b commit 3035645

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pullrequest.yml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
${{ runner.os }}-maven-
2929
3030
- name: Configure GPG Key
31+
if: github.event.pull_request.head.repo.full_name == github.repository
3132
run: |
3233
echo -n "$GPG_SIGNING_KEY" | base64 --decode | gpg --import
3334
env:

0 commit comments

Comments
 (0)