Skip to content

Commit 0dd98b1

Browse files
Update README.md
1 parent 8869e5b commit 0dd98b1

1 file changed

Lines changed: 0 additions & 58 deletions

File tree

README.md

Lines changed: 0 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -29,61 +29,3 @@ Initially presented at [DevOps Days Montreal 2024](https://devopsdays.org/events
2929
## Learning Path
3030
- [Automate your workflow with GitHub Actions](https://learn.microsoft.com/en-us/training/paths/automate-workflow-github-actions/)
3131
- [Manage GitHub Actions in the enterprise](https://learn.microsoft.com/en-us/training/modules/manage-github-actions-enterprise/)
32-
33-
---
34-
35-
## Additional Resources
36-
> Additional resources to continue your GitHub Actions learning journey.
37-
38-
### Training Manual
39-
- [GitHub Actions Training Manual](https://githubtraining.github.io/actions-facilitator-guide/#/)
40-
41-
### GitHub Skills
42-
- [GitHub Skills](https://github.com/skills)
43-
- [GitHub Actions: Continuous Delivery with Azure](https://github.com/skills/continuous-delivery-azure)
44-
- [Publish to GitHub Packages](https://github.com/skills/publish-packages)
45-
46-
### GitHub Actions Documentation
47-
- [GitHub Actions](https://docs.github.com/en/actions)
48-
- [GitHub Actions guides](https://docs.github.com/en/actions/guides)
49-
- [Authenticating with GitHub Apps](https://docs.github.com/en/developers/apps/building-github-apps/authenticating-with-github-apps#generating-a-private-key)
50-
- [Starter Workflows](https://github.com/actions/starter-workflows)
51-
- [GitHub Actions Toolkit](https://github.com/actions/toolkit)
52-
- [Reusing workflows](https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/reusing-workflows)
53-
- [How to start using reusable workflows with GitHub Actions](https://github.blog/2022-02-10-using-reusable-workflows-github-actions/)
54-
- [Required workflows](https://docs.github.com/en/actions/using-workflows/required-workflows)
55-
- [Defining configuration variables for multiple workflows](https://docs.github.com/en/actions/learn-github-actions/variables#defining-configuration-variables-for-multiple-workflows)
56-
- [Creating Actions](https://docs.github.com/en/actions/creating-actions)
57-
- [Security guides](https://docs.github.com/en/actions/security-guides)
58-
- [GitHub Blog](https://github.blog/)
59-
- [Awesome Actions](https://github.com/sdras/awesome-actions)
60-
61-
### GitHub self-hosted runners on Kubernetes
62-
- [Autoscaling with self-hosted runners](https://docs.github.com/en/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners)
63-
- [Managing self-hosted runners with Actions Runner Controller](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller)
64-
- [actions-runner-controller - A Kubernetes controller for GitHub Actions self-hosted runners.](https://github.com/actions/actions-runner-controller)
65-
- [GitHub Self-Hosted Runner Autoscaling with Kubernetes](https://tgrall.github.io/blog/2022/10/16/github-self-hosted-runner-autoscaling-with-kubernetes)
66-
- [GitHub Actions: Dive into actions-runner-controller (ARC)](https://www.youtube.com/watch?v=_F5ocPrv6io)
67-
68-
### Actions Changelog
69-
- [Changelog](https://github.blog/changelog/label/actions/)
70-
- [GitHub Actions - Sharing actions and reusable workflows from private repositories is now GA](https://github.blog/changelog/2022-12-14-github-actions-sharing-actions-and-reusable-workflows-from-private-repositories-is-now-ga/)
71-
- [GitHub Actions: Restrict workflows to specific runners using runner group names](https://github.blog/changelog/2022-11-01-github-actions-restrict-workflows-to-specific-runners-using-runner-group-names/)
72-
- [GitHub Actions: Use the GITHUB_TOKEN with workflow_dispatch and repository_dispatch](https://github.blog/changelog/2022-09-08-github-actions-use-github_token-with-workflow_dispatch-and-repository_dispatch/)
73-
- [GitHub Actions: Improvements to reusable workflows](https://github.blog/changelog/2022-08-22-github-actions-improvements-to-reusable-workflows-2/)
74-
- [GitHub Actions: Enhance your actions with job summaries](https://github.blog/changelog/2022-05-09-github-actions-enhance-your-actions-with-job-summaries/)
75-
- [Reusable workflows can be referenced locally](https://github.blog/changelog/2022-01-25-github-actions-reusable-workflows-can-be-referenced-locally/)
76-
- [Share GitHub Actions within your enterprise](https://github.blog/changelog/2022-01-21-share-github-actions-within-your-enterprise/)
77-
- [GitHub Actions: Prevent GitHub Actions from approving pull requests](https://github.blog/changelog/2022-01-14-github-actions-prevent-github-actions-from-approving-pull-requests/)
78-
- [Reduce duplication with action composition](https://github.blog/changelog/2021-08-25-github-actions-reduce-duplication-with-action-composition/)
79-
- [GitHub Actions: Control permissions for GITHUB_TOKEN](https://github.blog/changelog/2021-04-20-github-actions-control-permissions-for-github_token/)
80-
81-
### Articles
82-
- [GitHub Actions & Security: Best practices](https://devopsjournal.io/blog/2021/02/06/GitHub-Actions)
83-
- [Setup an internal GitHub Actions Marketplace](https://devopsjournal.io/blog/2021/10/14/GitHub-Actions-Internal-Marketplace)
84-
- [How to build a CI/CD pipeline with GitHub Actions in four simple steps](https://github.blog/2022-02-02-build-ci-cd-pipeline-github-actions-four-steps/)
85-
- [Supercharging GitHub Actions with Job Summaries](https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/)
86-
- [Keeping your actions up to date with Dependabot](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot)
87-
- [GitHub Actions for security and compliance](https://github.blog/2021-10-22-github-actions-for-security-compliance/)
88-
- [Triggering a workflow from a workflow](https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow)
89-
- [Introducing required workflows and configuration variables to GitHub Actions](https://github.blog/2023-01-10-introducing-required-workflows-and-configuration-variables-to-github-actions/)

0 commit comments

Comments
 (0)