Diese Version von GitHub Enterprise Server wird eingestellt am 2025-08-27. Es wird keine Patch-Freigabe vorgenommen, auch nicht für kritische Sicherheitsprobleme. Für bessere Leistung, verbesserte Sicherheit und neue Features aktualisiere auf die neueste Version von GitHub Enterprise Server. Wende dich an den GitHub Enterprise-Support, um Hilfe zum Upgrade zu erhalten.
Lernprogramme
Erwirb Skills und Wissen über GitHub Actions durch praktische Aktivitäten.
Creating an example workflow
In this tutorial, you'll learn how to create a basic workflow that is triggered by a push event.
Deinen Code bauen und testen
Du kannst deine Projekte automatisch mit GitHub Actions erstellen und testen.
Use GITHUB_TOKEN for authentication in workflows
Learn how to use the GITHUB_TOKEN
to authenticate on behalf of GitHub Actions.
Create actions
You can build reusable actions to automate tasks in your workflows.
Veröffentlichen von Paketen
Du kannst Pakete automatisch mit GitHub Actions veröffentlichen.
Managing your work with GitHub Actions
You can automatically manage your issues and pull requests using GitHub Actions workflows.
Store and share data with workflow artifacts
Use artifacts to share data between jobs in a workflow and store data once that workflow has completed.
Using containerized services
You can use containerized services in your GitHub Actions workflows.
Zu GitHub-Aktionen migrieren
Erfahre, wie du deine vorhandenen CI/CD-Workflows zu GitHub Actions migrierst.
Use Actions Runner Controller
You can host your own runners to run workflows in a highly customizable environment.