Skip to content

Deploy API Lambda (prod) #2

Deploy API Lambda (prod)

Deploy API Lambda (prod) #2

name: "Deploy API Lambda (prod)"
on:
workflow_dispatch:
inputs:
ref:
description: 'The git tag of the release to deploy, e.g. 3.0.0'
required: true
type: string
permissions:
contents: read
jobs:
deploy:
uses: ./.github/workflows/deploy-api-lambda.yml
permissions:
id-token: write
contents: read
with:
environment: prod
ref: refs/tags/${{ github.event.inputs.ref }}