Skip to content

chore(deps-dev): bump postcss from 8.4.29 to 8.4.31 #9

chore(deps-dev): bump postcss from 8.4.29 to 8.4.31

chore(deps-dev): bump postcss from 8.4.29 to 8.4.31 #9

Workflow file for this run

name: pull-request
on:
pull_request:
branches: [ master ]
jobs:
validate:
uses: aeternity/github-actions/.github/workflows/[email protected]
publish:
uses: aeternity/github-actions/.github/workflows/[email protected]
needs: [ validate ]
secrets: inherit
with:
DOCKERHUB_REPO: "aeternitybot/${{ github.event.repository.name }}"
deploy:
uses: aeternity/github-actions/.github/workflows/[email protected]
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"