Skip to content

fix: code snippets for subaccounts (#93) #26

fix: code snippets for subaccounts (#93)

fix: code snippets for subaccounts (#93) #26

Workflow file for this run

name: Push to Master
on:
push:
branches:
- master
jobs:
build:
name: Update NDP Submodule
runs-on: ubuntu-latest
steps:
- name: Update NDP Submodule
uses: nexmo/github-actions/submodule-auto-pr@main
env:
GH_ADMIN_TOKEN: ${{ secrets.PDX_GH_TOKEN }}
PR_ACTIVE_BRANCH: master
PR_BRANCH_NAME: automated-dotnet-snippets-update
PR_SUBMODULE_PATH: .repos/vonage/vonage-dotnet-code-snippets
PR_TARGET_BRANCH: main
PR_TARGET_ORG: nexmo
PR_TARGET_REPO: nexmo-developer
PR_TITLE: vonage-dotnet-code-snippets Update