mirror of https://github.com/fluxcd/flux2.git
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			| Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com> | 2 years ago | |
|---|---|---|
| .. | ||
| README.md | 2 years ago | |
| action.yml | 2 years ago | |
		
			
				
				README.md
			
		
		
			
			
		
	
	Flux GitHub Action
To install the latest Flux CLI on Linux, macOS or Windows GitHub runners:
steps:
  - name: Setup Flux CLI
    uses: fluxcd/flux2/action@main
    with:
      version: 'latest'
  - name: Run Flux CLI
    run: flux version --client
The Flux GitHub Action can be used to automate various tasks in CI, such as:
- Automate Flux upgrades on clusters via Pull Requests
- Push Kubernetes manifests to container registries
- Run end-to-end testing with Flux and Kubernetes Kind
For more information, please see the Flux GitHub Action documentation.