ci: use kunzen token
This commit is contained in:
		
							parent
							
								
									7331571240
								
							
						
					
					
						commit
						bdf2b6d5ea
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		
							
								
								
									
										6
									
								
								.github/workflows/check.yaml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/check.yaml
									
										
									
									
										vendored
									
									
								
							|  | @ -11,7 +11,7 @@ concurrency: | ||||||
|   cancel-in-progress: true |   cancel-in-progress: true | ||||||
| jobs: | jobs: | ||||||
|   nix-flake-check: |   nix-flake-check: | ||||||
|     name: Evaluate Flake |     name: Check Flake | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     steps: |     steps: | ||||||
|       - name: Checkout |       - name: Checkout | ||||||
|  | @ -21,8 +21,8 @@ jobs: | ||||||
|           submodules: true |           submodules: true | ||||||
|       - name: Configure Git |       - name: Configure Git | ||||||
|         run: | |         run: | | ||||||
|           git config --global url."https://${{ secrets.GH_TOKEN }}@github.com/".insteadOf git@github.com: |           git config --global url."https://${{ secrets.KUNZEN_TOKEN }}@github.com/".insteadOf git@github.com: | ||||||
|           git config --global url."https://${{ secrets.GH_TOKEN }}@github.com/".insteadOf ssh://git@github.com/ |           git config --global url."https://${{ secrets.KUNZEN_TOKEN }}@github.com/".insteadOf ssh://git@github.com/ | ||||||
|       - name: Setup Nix |       - name: Setup Nix | ||||||
|         uses: DeterminateSystems/nix-installer-action@main |         uses: DeterminateSystems/nix-installer-action@main | ||||||
|       - name: Magic Nix Cache |       - name: Magic Nix Cache | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue