Skip to content

Properly specify secret exposed to skaffold #6

Properly specify secret exposed to skaffold

Properly specify secret exposed to skaffold #6

Workflow file for this run

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

Check failure on line 14 in .github/workflows/cd.yaml

View workflow run for this annotation

GitHub Actions / Continuous Deployment

Invalid workflow file

The workflow is not valid. .github/workflows/cd.yaml (Line: 14, Col: 33): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.FONTAWESOME_PACKAGE_TOKEN
secrets: inherit