Skip to content

chore: update sdk to 14, improve types #23

chore: update sdk to 14, improve types

chore: update sdk to 14, improve types #23

Workflow file for this run

name: pull-request
on:
pull_request:
branches: [master]
jobs:
validate:
uses: aeternity/github-actions/.github/workflows/_validate-npm.yml@v2.3.1
publish:
uses: aeternity/github-actions/.github/workflows/_publish-ecr.yml@v2.3.1
needs: [validate]
secrets: inherit
deploy:
uses: aeternity/github-actions/.github/workflows/_deploy-gitops.yml@v2.3.1
needs: [publish]
secrets: inherit
with:
DEPLOY_ENV: stg
DEPLOY_APP: ${{ github.event.repository.name }}
DEPLOY_VERSION: "pr-${{ github.event.number }}"
DEPLOY_SUBDOMAIN: "pr-${{ github.event.number }}-contracts"