We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 792cfc7 commit 4e5a889Copy full SHA for 4e5a889
.github/workflows/conformance.yml
@@ -77,6 +77,7 @@ jobs:
77
ngf_prefix=ghcr.io/nginxinc/nginx-gateway-fabric
78
ngf_tag=${{ steps.ngf-meta.outputs.version }}
79
if [ ${{ inputs.enable-experimental }} == "true" ]; then export ENABLE_EXPERIMENTAL=true; fi
80
+ export PLUS_USAGE_ENDPOINT=${{ secrets.JWT_PLUS_REPORTING_ENDPOINT }}
81
make generate-static-deployment PLUS_ENABLED=${{ inputs.image == 'plus' && 'true' || 'false' }} PREFIX=${ngf_prefix} TAG=${ngf_tag}
82
working-directory: ./tests
83
0 commit comments