Skip to content

Commit

Permalink
Silent keygen
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Oct 11, 2023
1 parent a93f51f commit 15c5f3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/buffer-deploy/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ runs:
shell: bash
env:
DEPLOY_KEYPAIR: ${{ inputs.keypair }}
- run: solana-keygen new -o keyp --no-bip39-passphrase
- run: solana-keygen new -s -o keyp --no-bip39-passphrase
shell: bash
- run: ls -l ./target/deploy/
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup-solana/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
if: steps.cache-solana.outputs.cache-hit != 'true'
- run: echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
shell: bash
- run: solana-keygen new --no-bip39-passphrase --force
- run: solana-keygen new -s --no-bip39-passphrase --force
shell: bash
- run: solana config set --url localhost
shell: bash

0 comments on commit 15c5f3a

Please sign in to comment.