Skip to content

Bump the dotnet group across 1 directory with 9 updates #115

Bump the dotnet group across 1 directory with 9 updates

Bump the dotnet group across 1 directory with 9 updates #115

name: '_Internal/gRPC'
on:
workflow_dispatch:
push:
paths:
- services/_internal-grpc/**
- proto/_internal-grpc.proto
permissions:
id-token: write
contents: read
jobs:
build:
uses: ./.github/workflows/_service-build.yml
secrets: inherit
with:
serviceName: internal-grpc
servicePath: services/_internal-grpc
hostProjectName: InternalGrpc.Api
deploy:
strategy:
matrix:
# TEMPLATE_ADD_ENVIRONMENT Any new environment the service should be deployed into must be added here
environment: [ development, production ]
needs: build
uses: ./.github/workflows/_service-deploy.yml
secrets: inherit
with:
service: internal-grpc
environment: ${{ matrix.environment }}