feat(integrations): add support for workday-cc - #6588
Merged
Conversation
hassan254-prog
temporarily deployed
to
development
June 19, 2026 09:47 — with
GitHub Actions
Inactive
Contributor
Preview Deploy
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Contributor
There was a problem hiding this comment.
3 issues found across 16 files
Confidence score: 2/5
- In
packages/providers/providers.yaml, the new Workday client-credentials provider is missing acredentialssection and token endpoint auth configuration (token_request_auth_method), so users cannot supplyclientId/clientSecretand token exchange is likely to fail in production — add the credential fields and Basic auth method before merging. - In
docs/api-integrations/workday-cc.mdx,<Step>components are missing required semanticidprops, which can break stable deep links and agent navigation behavior — add the AGENTS.md-compliant step IDs (for example,create-integrationandconnect-workday-account) before merge or in a fast follow-up.
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
hassan254-prog
temporarily deployed
to
development
June 19, 2026 16:21 — with
GitHub Actions
Inactive
agusayerza
approved these changes
Jun 19, 2026
hassan254-prog
temporarily deployed
to
development
June 22, 2026 09:23 — with
GitHub Actions
Inactive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe the problem and your solution