Skip to content

Commit

Permalink
Merge pull request #1 from wpdas/staging
Browse files Browse the repository at this point in the history
fix deploy script
  • Loading branch information
wpdas committed Apr 9, 2024
2 parents d6925ba + de6368b commit 27ebccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
uses: wpdas/alem/.github/workflows/deploy.yml@main
with:
signer-account-address: wendersonpires.near
signer-public-key: ed25519:9jDaFsG11jftUEQbccjUMsT39rZ3dzWJcDLoyT2qJvzb
signer-public-key: ed25519:7T3RQbpsWpqmM8R6s7iwnnrywzCvRUXWQcifB9q4H26N
secrets:
SIGNER_PRIVATE_KEY: ${{ secrets.SIGNER_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/deploy-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
uses: wpdas/alem/.github/workflows/deploy-testnet.yml@main
with:
signer-account-address: wendersonpires.testnet
signer-public-key: ed25519:43XNk6CdzdtYzu67vjGzrCyXJ1N6jFwv3mSUkyFkP73H
signer-public-key: ed25519:2H6knaaBf6QYYwpER4ioXxyn7Qgd4ozct4Kmv5A5nCM4
secrets:
SIGNER_PRIVATE_KEY: ${{ secrets.TESTNET_SIGNER_PRIVATE_KEY }}

0 comments on commit 27ebccc

Please sign in to comment.