Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: on_pr
run-name: "on_pr: ${{ github.event.pull_request.number }}"
run-name: 'on_pr: ${{ github.event.pull_request.number }}'

on:
pull_request:
Expand All @@ -18,6 +18,14 @@ jobs:
secrets:
fossa-api-key: ${{ secrets.FOSSA_API_KEY }}

audit-api-spec:
name: Audit API spec
uses: BitGo/gha-dev-portal-updater/.github/workflows/audit-api-spec.yaml@v5
with:
repo_name: advanced-wallets
api_spec_path: ./src/masterBitgoExpress/routers/index.ts
service_file_name: advanced-wallets

build-docker-image:
name: Build the Docker Image
runs-on: ubuntu-latest
Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/release-to-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,14 @@ jobs:
VCS_REF=${{ github.sha }}
cache-from: type=gha
cache-to: type=gha,mode=max

update-api-docs:
name: Update API Docs (Internal Review)
uses: BitGo/gha-dev-portal-updater/.github/workflows/generate-and-update.yml@v5
with:
target-repo: api-docs
service-name: advanced-wallets
api-spec-file: src/masterBitgoExpress/routers/index.ts
api-spec-title: Advanced Wallets
remote-working-directory: ''
secrets: inherit