Skip to content

Commit

Permalink
Properly specify secret exposed to skaffold
Browse files Browse the repository at this point in the history
Need a key/value pair.
  • Loading branch information
mgdaily committed Dec 2, 2024
1 parent da6cb78 commit fcdf8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
cd:
uses: LCOGT/reusable-workflows/.github/workflows/continuous-deployment.yaml@main
with:
secretsExposedToSkaffold: 'FONTAWESOME_PACKAGE_TOKEN,'
secretsExposedToSkaffold: 'FONTAWESOME_PACKAGE_TOKEN=${{ secrets.FONTAWESOME_PACKAGE_TOKEN }},'
secrets: inherit

0 comments on commit fcdf8ac

Please sign in to comment.