Skip to content

🚩 server: show declined transactions activity #387

🚩 server: show declined transactions activity

🚩 server: show declined transactions activity #387

Workflow file for this run

name: server/base
on:
push: { branches: [base] }
jobs:
build:
uses: ./.github/workflows/server-build.yaml
secrets: inherit
with: { environment: base }
deploy:
needs: build
uses: ./.github/workflows/server-deploy.yaml
secrets: inherit
with: { environment: base }