Skip to content

Commit 4e5a889

Browse files
author
Kate Osborn
committed
Export endpoint for generate static deploy
1 parent 792cfc7 commit 4e5a889

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/conformance.yml

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
ngf_prefix=ghcr.io/nginxinc/nginx-gateway-fabric
7878
ngf_tag=${{ steps.ngf-meta.outputs.version }}
7979
if [ ${{ inputs.enable-experimental }} == "true" ]; then export ENABLE_EXPERIMENTAL=true; fi
80+
export PLUS_USAGE_ENDPOINT=${{ secrets.JWT_PLUS_REPORTING_ENDPOINT }}
8081
make generate-static-deployment PLUS_ENABLED=${{ inputs.image == 'plus' && 'true' || 'false' }} PREFIX=${ngf_prefix} TAG=${ngf_tag}
8182
working-directory: ./tests
8283

0 commit comments

Comments
 (0)