feat(dapp): create bid on existing auction test #1929
This file contains hidden or 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: Preview Deploy for IOTA Names | |
| on: | |
| pull_request: | |
| paths: | |
| - "sdk/**" | |
| - "dapp/**" | |
| - ".github/workflows/iota-names.preview-deploy.yml" | |
| - ".github/workflows/vercel-app-deploy.yml" | |
| jobs: | |
| deploy-preview: | |
| uses: ./.github/workflows/vercel-app-deploy.yml | |
| with: | |
| VERCEL_ENVIRONMENT: preview | |
| NAMES_DAPP_DEFAULT_NETWORK: devnet | |
| secrets: | |
| VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} | |
| VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} | |
| VERCEL_PROJECT_ID: ${{ secrets.IOTA_NAMES_VERCEL_PROJECT_ID }} | |
| VERCEL_SCOPE: ${{ secrets.VERCEL_SCOPE }} | |
| NAMES_DAPP_CONFIG: ${{ secrets.NAMES_DAPP_CONFIG }} | |
| NAMES_DAPP_FORBIDDEN_LIST: ${{ secrets.NAMES_DAPP_FORBIDDEN_LIST }} |