Skip to content

deploy

deploy #21

Workflow file for this run

name: deploy
on:
workflow_dispatch:
workflow_run:
workflows:
- build
types:
- completed
jobs:
tag-azure-board-work-item:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Checkout repository
- uses: ./.github/workflows/actions/ado_tag
with:
gh-token: ${{ secrets.GITHUB_TOKEN }}
# commit-sha: ${{ github.event.after }}
commit-sha: 65953d1e6d491254ed704b80072d165ada95052f
azure-pat: ${{ secrets.ADO_PAT }}
deploy_env: DEV