4 links tagged with all of: automation + github + actions
Click any tag below to further narrow down your results
Links
This article outlines how to manage the recent change in NPM's token policy, which limits token validity to 90 days. It introduces a tool called github-update-secret that automates the process of updating access tokens across multiple GitHub repositories. While the long-term solution is to adopt OIDC, this tool provides a temporary fix.
The article provides a comprehensive guide on securing GitHub Actions, emphasizing best practices for protecting workflows and sensitive data. It discusses common security risks and offers actionable recommendations to mitigate those risks, ensuring safer automation in software development processes.
The article outlines five essential GitHub Actions that every maintainer should be familiar with to streamline their workflows and enhance project management. It emphasizes the importance of automating tasks such as testing, deployment, and code quality checks to improve efficiency and collaboration in open source projects.
GitHub Actions can significantly streamline data workflow automation by utilizing four distinct levels of capabilities. Each level offers varying degrees of complexity and functionality, catering to different automation needs from simple triggers to advanced custom workflows. Understanding these levels helps users effectively implement automation strategies tailored to their projects.