Skip to content

Commit

Permalink
gpg import
Browse files Browse the repository at this point in the history
  • Loading branch information
tombrunet committed Sep 5, 2024
1 parent e26e72d commit db70f27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,10 @@ jobs:
"username": "${{ secrets.MVN_GITHUB_USER }}",
"password": "${{ secrets.MVN_GITHUB_TOKEN }}"
}]
- name: Configure GPG Key
run: echo "$GPG_SIGNING_KEY" | gpg --import
env:
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
- name: Latest Chrome
uses: browser-actions/setup-chrome@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion java-accessibility-checker/README-DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Go to https://keyserver.ubuntu.com/, Click `Submit Key`, and paste in public-key

Export private key:
```
gpg --export-secret-keys 7A58C8C58C35FF078630FA3615954E19FBC774C4 | base64
gpg --export-secret-keys -a 7A58C8C58C35FF078630FA3615954E19FBC774C4
```

Verify Key:
Expand Down

0 comments on commit db70f27

Please sign in to comment.