Skip to content

Commit

Permalink
Passphrase
Browse files Browse the repository at this point in the history
  • Loading branch information
skyforce77 committed Nov 9, 2023
1 parent c2846ba commit 9b3f430
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/jakarta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,18 +88,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Test
run: |
echo "$ADMIN_AT_AUTHLETE_SEC" > test.key
gpg --batch --import-options import-show --import test.key
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
cache: 'maven'
# gpg-private-key: |
# ${{ secrets.ADMIN_AT_AUTHLETE_SEC }}
gpg-private-key: ${{ secrets.ADMIN_AT_AUTHLETE_SEC }}
gpg-passphrase: ${{ secrets.ADMIN_AT_AUTHLETE_SEC_PASS }}

- name: Clone jakarta repository
env:
Expand Down

0 comments on commit 9b3f430

Please sign in to comment.