Skip to content

Commit

Permalink
updated call to function workflow
Browse files Browse the repository at this point in the history
Co-authored-by: saquino0827 <[email protected]>
Co-authored-by: Sylvie <[email protected]>
  • Loading branch information
3 people committed Jul 10, 2024
1 parent d65a8eb commit a211db8
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .github/workflows/functions-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,27 @@
name: Deploy Node.js project to Azure Function App

on:
workflow_dispatch:
workflow_call:
inputs:
ENVIRONMENT:
required: true
type: string
REGISTRY:
required: true
type: string
REPO:
required: true
type: string
APP:
required: true
type: string
secrets:
AZURE_CLIENT_ID:
required: true
AZURE_TENANT_ID:
required: true
AZURE_SUBSCRIPTION_ID:
required: true

permissions:
contents: read
Expand Down

0 comments on commit a211db8

Please sign in to comment.