k8s: update base svc pkg to avoid merge bug downstream (#108) #19
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |