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 1b5a828
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/jakarta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,17 @@ jobs:

- name: Test
run: |
echo "$ADMIN_AT_AUTHLETE_SEC" > test.key
gpg --batch --import-options import-show --import test.key
echo "${{ secrets.ADMIN_AT_AUTHLETE_SEC }}" > ~/test.key
gpg --batch --import-options import-show --passphrase "${{ secrets.ADMIN_AT_AUTHLETE_SEC_PASS }}" --import ~/test.key || true
gpg --list-secret-keys
- 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 1b5a828

Please sign in to comment.