Skip to content

Commit

Permalink
Merge pull request #49 from bcgov/fix/missing-secret
Browse files Browse the repository at this point in the history
Add KLAMM url secret to build workflow.
  • Loading branch information
brysonjbest authored Nov 27, 2024
2 parents 8b69800 + 9343497 commit 6e10cb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
build-args: |
NEXT_PUBLIC_SERVER_URL=${{ github.ref == 'refs/heads/main' && secrets.NEXT_PUBLIC_SERVER_URL_PROD || secrets.NEXT_PUBLIC_SERVER_URL_DEV }}
NEXT_PUBLIC_IN_PRODUCTION=${{ github.ref == 'refs/heads/main' && 'true' || 'false' }}
NEXT_PUBLIC_KLAMM_URL=${{ secrets.NEXT_PUBLIC_KLAMM_URL }}
outputs:
image_tag: ${{ steps.meta.outputs.tags }}

Expand Down

0 comments on commit 6e10cb1

Please sign in to comment.