Added cli for base to eth erc20 bridge #2
Workflow file for this run
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: Test & alpha release | |
concurrency: | |
group: ${{ github.head_ref || github.ref_name }} | |
cancel-in-progress: true | |
on: | |
pull_request: | |
jobs: | |
test: | |
uses: bgd-labs/github-workflows/.github/workflows/test-node.yml@main | |
secrets: inherit | |
release-node-alpha: | |
uses: bgd-labs/github-workflows/.github/workflows/release-node-alpha.yml@main | |
needs: test | |
secrets: | |
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }} |