Skip to content

One more fix to pass the secret properly. #7

One more fix to pass the secret properly.

One more fix to pass the secret properly. #7

Workflow file for this run

name: "Continuous Deployment"
on:
push:
branches:
- main
release:
types:
- published
env:
FONTAWESOME_PACKAGE_TOKEN: {{ secrets.FONTAWESOME_PACKAGE_TOKEN }}

Check failure on line 11 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: 11, Col: 30): A mapping was not expected
jobs:
cd:
uses: LCOGT/reusable-workflows/.github/workflows/continuous-deployment.yaml@main
with:
secretsExposedToSkaffold: 'FONTAWESOME_PACKAGE_TOKEN=$FONTAWESOME_PACKAGE_TOKEN'
secrets: inherit