steps: - name: 'curlimages/curl:7.88.1' entrypoint: 'sh' args: - '-c' - | echo "=== A2H2A Integration Test ===" echo "Sender test ticket til OPAX MCP..." curl -v -X POST \ https://opax-mcp-357036551735.us-central1.run.app/api/v1/a2h2a/tickets \ -H "X-MCP-Secret: $$MCP_SECRET" \ -H "Content-Type: application/json" \ -d @a2h2a-test-payload.json echo "" echo "=== Test fullført ===" echo "Sjekk Google Chat for melding!" secretEnv: ['MCP_SECRET'] availableSecrets: secretManager: - versionName: projects/propane-will-491900-m5/secrets/mcp-server-key/versions/latest env: 'MCP_SECRET' options: logging: CLOUD_LOGGING_ONLY