Skip to content

Commit

Permalink
using test secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Vignesh Kennadi committed Sep 9, 2024
1 parent e4a43ba commit 8f7fd88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:

- name: Import GPG Key
run: |
echo "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --import
echo "${{ secrets.GPG_PASSPHRASE }}" | gpg --batch --yes --pinentry-mode loopback --passphrase-fd 0 --import
echo "${{ secrets.GPG_PRIVATE_KEY_TEST }}" | gpg --import
echo "${{ secrets.GPG_PASSPHRASE_TEST }}" | gpg --batch --yes --pinentry-mode loopback --passphrase-fd 0 --import
env:
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE_TEST }}

- name: Build and test post generation
# run: |
Expand Down

0 comments on commit 8f7fd88

Please sign in to comment.