Skip to content

Quick sanity check to see if the secret parsing works the way I think… #9

Quick sanity check to see if the secret parsing works the way I think…

Quick sanity check to see if the secret parsing works the way I think… #9

Workflow file for this run

name: "Continuous Deployment"
on:
push:
branches:
- main
- fix/skaffold-build
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=$FONTAWESOME_PACKAGE_TOKEN,FOO=BAR'
secrets: inherit