mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:17:11 -05:00 
			
		
		
		
	Added github token
This commit is contained in:
		
							parent
							
								
									0e509ceafa
								
							
						
					
					
						commit
						fdac5af5ee
					
				
							
								
								
									
										4
									
								
								.github/workflows/openapi-generator.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/openapi-generator.yml
									
									
									
									
										vendored
									
									
								
							@ -6,9 +6,6 @@ on:
 | 
				
			|||||||
  push:
 | 
					  push:
 | 
				
			||||||
    branches: [main]
 | 
					    branches: [main]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
permissions:
 | 
					 | 
				
			||||||
  repository-projects: write
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  generate-typescript-axios:
 | 
					  generate-typescript-axios:
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
@ -17,6 +14,7 @@ jobs:
 | 
				
			|||||||
      # Checkout your code
 | 
					      # Checkout your code
 | 
				
			||||||
      - name: Checkout
 | 
					      - name: Checkout
 | 
				
			||||||
        uses: actions/checkout@v2
 | 
					        uses: actions/checkout@v2
 | 
				
			||||||
 | 
					        token: ${{ secrets.GH_TOKEN }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      # Use the action to generate a client package
 | 
					      # Use the action to generate a client package
 | 
				
			||||||
      # This uses the default path for the openapi document and thus assumes there is an openapi.json in the current workspace.
 | 
					      # This uses the default path for the openapi document and thus assumes there is an openapi.json in the current workspace.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user