-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
workers: fix typo #16220
workers: fix typo #16220
Conversation
|
GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
---|---|---|---|---|---|
11021221 | Triggered | Generic High Entropy Secret | 07faddc | src/content/products/workflows.yaml | View secret |
11021221 | Triggered | Generic High Entropy Secret | dae5204 | src/content/products/workflows.yaml | View secret |
11021221 | Triggered | Generic High Entropy Secret | cc09b34 | astro.config.mjs | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
Deploying cloudflare-docs with Cloudflare Pages
|
Stops the required CI pipeline from breaking.
Not fixing it blocks merge.
Co-authored-by: Diogo Ferreira <[email protected]> Co-authored-by: Jun Lee <[email protected]>
* commit * icon * fix link * rename to workflows-starter * fix limit * mebibyte * events and params * npx -> npm * more * wrangler * cron triggers * more docs * rules of steps * fix * CLI guide * finish CLI starter * update landing page * fix numbering * fix link formatting * fix * sleeping / retrying * trigger * wording * wrap get-started guide * rules of workflows * trigger done * sleep * NonRetryableError * better header for nonretryableerror * npm create cloudflare@latest workflows-starter -- --template 'cloudflare/workflows-starter' * Apply suggestions from code review Co-authored-by: Jun Lee <[email protected]> * @workflows -> @latest * remove output from CLI guide * fix missing link * fix links * workflows: review Co-authored-by: Jun Lee <[email protected]> * Adds Workflows GraphQL examples and docs * Apply suggestions from code review Co-authored-by: Jun Lee <[email protected]> * types * changelog + dates * Apply suggestions from code review Fixing broken CI (required) pipeline by removing duplicated lines. * workflows: Apply suggestions from code review Co-authored-by: Jun Lee <[email protected]> * compat date * remove how-workflows-works for now * finalize types * wrangler version note * Importing Type and MetaInfo component Stops the required CI pipeline from breaking. * Fixing REST API links Not fixing it blocks merge. * Apply suggestions from code review Co-authored-by: Diogo Ferreira <[email protected]> Co-authored-by: Jun Lee <[email protected]> * fix API URL * comment out pause * fix bad class naming * edits * naming steps --------- Co-authored-by: Jun Lee <[email protected]> Co-authored-by: Celso Martinho <[email protected]> Co-authored-by: Diogo Ferreira <[email protected]>
WIP
Workflow
,WorkflowEntrypoint
, and type params (cc @sidharthachatterjee once we have the types updated)wrangler workflows
commandsLater: