Canva CI Integration Overview Set up CI/CD pipelines for Canva Connect API integrations. Uses MSW mock server for unit tests and real API calls for integration tests. Instructions Step 1: GitHub Actions Workflow Step 2: Configure Secrets Step 3: Unit Tests with MSW Mocks Step 4: Integration Tests Step 5: Token Refresh Workflow Error Handling | Issue | Cause | Solution | |-------|-------|----------| | Integration test 401 | Token expired | Run refresh workflow or re-authorize | | Secret not found | Missing | Add secret via CLI | | Mock not matching | URL mismatch | Verify full prefix | | Rate…