Skip to content

Merge pull request #111 from LCOGT/update/obsdetailsview-modal #22

Merge pull request #111 from LCOGT/update/obsdetailsview-modal

Merge pull request #111 from LCOGT/update/obsdetailsview-modal #22

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