Skip to content

use azure secrets

use azure secrets #14

Workflow file for this run

name: CICD Pipeline
on:
push:
paths-ignore:
- .gitignore
- "docs/**"
workflow_dispatch:
jobs:
# deploy-dev:
# uses: .github/workflows/deploy.yml
# with:
# environment: dev
# secrets: inherit
deploy-prod:
uses: ./.github/workflows/deploy.yml
with:
environment: prod
secrets: inherit