Skip to content

Commit

Permalink
add public key to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-gr4vy committed Aug 28, 2024
1 parent e778241 commit c7429dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ jobs:
- name: Install dependencies & run tests
env:
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
PUBLIC_KEY: ${{ secrets.PUBLIC_KEY }}
run: mvn install
3 changes: 3 additions & 0 deletions src/main/resources/public_key.pem.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-----BEGIN PUBLIC KEY-----
...
-----END PUBLIC KEY-----

0 comments on commit c7429dc

Please sign in to comment.