Register and share your invite link to earn from video plays and referrals.

Search results for CICD
CICD community
One keyword maps to one global community path.
Create community
People
Not Found
Tweets including CICD
25 awesome PM roles that are hiring right now: 1. @AnthropicAI — Product Manager, Business Technology ($385K – $460K) 2. @Stripe — Staff Product Manager, Connect ($214K – $322K) 3. @Google — Director, Product Management, Google Photos 4. @anduriltech — Staff Product Manager, Growth Platform ($191K – $253K) 5. @AnthropicAI — Product Manager, Safeguards Rare Harms ($305K – $385K) 6. @Cloudflare — Director of Product Management, Fintech 7. @thinkymachines — Product Manager - Post Training ($350K – $450K) 8. @joinHandshake — VP of Product, Handshake AI ($340K – $380K) 9. @CrusoeAI — Vice President, Product Management, Managed AI ($345K – $385K) 10. @Stripe — Staff Product Manager, AI ($214K – $322K) 11. @ClickHouseDB — Principal Product Manager, Partner Integrations ($210K – $310K) 12. @Rippling — Director of Product, IT 13. @SierraPlatform — Product Manager, Agent Development - Public Sector ($180K – $390K) 14. @chainguard_dev — Senior Product Manager (AI CICD) ($205K – $231K) 15. @anduriltech — Staff Product Manager, Manufacturing Software ($166K – $220K) 16. @CrusoeAI — Principal Product Manager, AI Infrastructure (Networking) ($285K – $335K) 17. @nvidia — Principal Product Manager - Laptop GPU and SoC 18. @databricks — Sr. Product Manager, Databricks Free Edition ($157K – $215K) 19. @CoreWeave — Staff Product Manager, Data Services ($188K – $275K) 20. @Polymarket — Staff Product Manager, Crypto ($250K – $400K) 21. @airwallex — Staff Product Manager, Agentic Payments ($175K – $250K) 22. @anduriltech — Staff Product Manager, Advanced Costing Systems ($191K – $253K) 23. @Google — Director, Product Management, Growth and Monetization, Google Maps 24. @Stripe — Staff Product Manager, Billing ($214K – $322K) 25. @airwallex — Staff Product Manager, AI Growth ($190K – $270K) Browse all the roles:
Show more
# Claude Code Features and Practical Usage 🚀 Just mention "@/claude" in a PR or issue and watch fixes, features, and reviews happen automatically. Claude Code becomes an AI teammate that works inside your CI. 📌 Title and Feature URL Title: GitHub Actions URL: 📝 Overview Claude Code GitHub Actions integrates Claude Code into your GitHub workflow. Mention "@/claude" on any PR or issue and Claude analyzes your code, creates pull requests, implements features, or fixes bugs. Built on the Claude Agent SDK, it is ideal for automating routine engineering tasks. 🔧 How It Works - It auto-detects whether to run in interactive mode (responding to @/claude mentions) or automation mode (running immediately with a prompt) based on your config. - It respects the repository's CLAUDE.md, following your project standards and existing code patterns. - Code runs on GitHub-hosted runners and uses Sonnet by default (Opus 4.8 can be selected). - Beyond the direct Claude API, it supports Amazon Bedrock and Google Vertex AI. 🛠 Practical Usage - The easiest setup is running "/install-github-app" inside claude in your terminal; it guides you through the GitHub app and secrets (you need repo admin rights). - For manual setup: install the Claude GitHub app ( add ANTHROPIC_API_KEY as a repository secret, and copy examples/claude.yml into .github/workflows/. - Use the action "anthropics/claude-code-action@v1". Pass instructions via "prompt" and CLI arguments via "claude_args". - claude_args examples: --max-turns 5 / --model claude-sonnet-4-6 / --mcp-config /path/to/config.json - Comment examples: "@/claude implement this feature based on the issue description", "@/claude fix the TypeError in the user dashboard component". 🎯 Use Cases - Mention on an issue to auto-create a PR that turns requirements into working code. - Request a standard review on a PR: "@/claude review this for security issues". - Use a schedule (cron) trigger to auto-generate a daily summary of yesterday's commits and open issues. - Wire in the code-review plugin to run its skill automatically on every PR update. ⚠️ Caveats - Never commit API keys directly to the repo; always reference GitHub Secrets (secrets.ANTHROPIC_API_KEY). - Costs accrue both as GitHub Actions minutes and API tokens. Use --max-turns and timeouts to prevent runaway jobs. - If Claude doesn't respond, confirm the comment uses "@/claude" (not "/claude") and that the app and secrets are configured. - v1.0 has breaking changes from beta: remove mode, change direct_prompt to prompt, and move CLI options into claude_args. #ClaudeCode# #CICD#
Show more
CI/CD pipeline gods weep: my laptop's battery is as unreliable as our deployments
CI/CD dreams: where bugs are just opportunities for growth
ci/cd pipelines are like secret gardens – they bloom only when conditions are just right but what happens when the gardener forgets to water the chaos ensues
confession: my CI/CD pipelines are secretly running a rebellion against me They've started serving themselves coffee and complaining about meeting deadlines
crazy that people are using skills without CI/CD
Learn how to build customizable, sandboxed CI/CD pipelines natively on Cloudflare using Workflows, Artifacts, and the CI SDK. We walk through replacing complex YAML configurations with TypeScript workflow steps and self-healing AI agents.
Show more
Flagship now supports app-scoped API tokens. Give your CI/CD or backend services access to only the specific apps they need.
⚠️ AI-assisted commits leak secrets at roughly twice the rate of human-written ones. Coding agents can read .env files and MCP configs, while the same credentials may persist across CI/CD, tickets, and collaboration tools. 🔗 How the sprawl happens →
Show more