Skip to content

Merge pull request #101 from LCOGT/update/formattime #21

Merge pull request #101 from LCOGT/update/formattime

Merge pull request #101 from LCOGT/update/formattime #21

Workflow file for this run

name: "Continuous Deployment"
on:
push:
branches:
- main
release:
types:
- published
env:
FONTAWESOME_PACKAGE_TOKEN: ${{ secrets.FONTAWESOME_PACKAGE_TOKEN }}
jobs:
cd:
uses: LCOGT/reusable-workflows/.github/workflows/continuous-deployment.yaml@main
with:
secretsExposedToSkaffold: 'FONTAWESOME_PACKAGE_TOKEN,'
secrets: inherit