GitHub Actions: OpenID Connect
·705 words·4 mins
OpenID Connect allows your workflows to exchange short-lived tokens directly from your cloud provider.
GitHub Actions is a feature that allows you to automate software development workflows directly within your GitHub repository. It enables you to build, test, package, release, and deploy your code automatically based on specific events, such as code pushes or pull requests.
This series draws heavily from Maximilian Schwarzmüller’s GitHub Actions - The Complete Guide course on Udemy.
| About the instructor: | |
|---|---|
| 🌐 Website | 📺 YouTube |
| 🗃️ GitHub |
| My Repos for this section: | |
|---|---|
| cicd-gh-actions-course | Learnings from "GitHub Actions - The Complete Guide" on Udemy. |
| External Resources » | ||
|---|---|---|
| GitHub Actions official Documentation | GitHub Actions Marketplace | GitHub.com |