Skip to content

Instantly share code, notes, and snippets.

View lucastephann's full-sized avatar

João Lucas lucastephann

View GitHub Profile
on:
workflow_call:
inputs:
deploy_target:
description: 'Deploy target'
required: true
type: string
default: 'production'
secrets:
GH_TOKEN: