Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
build test
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld committed Dec 13, 2023
1 parent 3322bd9 commit 5147613
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,15 @@ runs:

# TODO: --config-file FILE???
run: |
gpg --gen-key --no-tty
pass init "I'm a robot!"
gpg --full-gen-key --batch <(echo "Key-Type: 1"; \
echo "Key-Length: 4096"; \
echo "Subkey-Type: 1"; \
echo "Subkey-Length: 4096"; \
echo "Expire-Date: 0"; \
echo "Name-Real: Name"; \
echo "Name-Email: [email protected]"; \
echo "%no-protection"; )
pass init "Name"
./smtools-linux-x64/smctl creds save ${{env.DIGICERT_API_KEY}} $${env.DIGICERT_CLIENT_CERT_PASSWORD}
./smtools-linux-x64/smctl cert list
Expand Down

0 comments on commit 5147613

Please sign in to comment.