Skip to content

update webhook-authorizer repository #4

update webhook-authorizer repository

update webhook-authorizer repository #4

Workflow file for this run

name: deploy-lambda
on:
workflow_dispatch:
push:
branches: main
paths:
- "src/**"
- "package*.json"
- "serverless.yaml"
- ".github/workflows/deploy.yaml"
permissions:
id-token: write
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build_test_deploy:
uses: ./.github/workflows/build_test_deploy.yaml
secrets: inherit
with:
deploy: true