removed comments about found bugs, they were fixed on alem v1.1.2 #35
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy app to Mainnet (Staging) | |
on: | |
push: | |
branches: [staging] | |
jobs: | |
deploy-mainnet: | |
uses: wpdas/alem/.github/workflows/deploy.yml@main | |
with: | |
signer-account-address: staging.potlock.near | |
signer-public-key: ed25519:8xGzgb54TKjmbLQs3h1NRPiVFgF64fKvVW2RkjfnXvZg | |
secrets: | |
SIGNER_PRIVATE_KEY: ${{ secrets.SIGNER_PRIVATE_KEY_STAGING }} |