GitHub Packages is a software package hosting service that allows you to host your software packages privately or publicly and use packages as dependencies in your projects. User can integrate GitHub Packages with GitHub APIs, GitHub Actions, and webhooks to create an end-to-end DevOps workflow that includes your code, CI, and deployment solutions.
Read More
In GitHub we have services that integrate with GitHub which can help you do anything from enabling continuous integration to closing stale issues and pull requests. A GitHub App acts on its own behalf, taking actions via the API directly using its own identity, which means you don’t need to maintain a bot or service account as a separate user.
Read More
In this Blogs, We will go through the basics of GitHub Actions and how to make your own custom workflow.
Read More
The GitHub context contains information about the workflow run and the event that triggered the run.
Read More
Avoid Duplication! GitHub Actions Reusable Workflows. Thanks to this feature you can now reference an entire Actions workflow in another workflow, like if it were a single action.
Read More