Skip to content

add branch for visibility in repo #1

add branch for visibility in repo

add branch for visibility in repo #1

name: Add Member to AKV
on:
push:
branches:
- main
- beejones/ci-add-member-to-network
workflow_dispatch:
env:
AKV_RG: "kms"
jobs:
kms:
name: kms-add-member
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- name: Log into Azure
uses: azure/login@v2
with:
client-id: ${{ secrets.MANAGED_ID_CLIENT_ID }}
tenant-id: ${{ secrets.MANAGED_ID_TENANT_ID }}
subscription-id: ${{ vars.SUBSCRIPTION }}
- name: Build DevContainer
uses: devcontainers/[email protected]
with:
push: never
configFile: .devcontainer/devcontainer.json
runCmd: |
scripts/set_python_env.sh && pip install -r requirements.txt && make demo
env:
KMS_WORKSPACE: ./workspace