mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-04 03:27:09 -05:00 
			
		
		
		
	Inherit secrect in workflow (#1514)
This commit is contained in:
		
							parent
							
								
									4f38851880
								
							
						
					
					
						commit
						eb408d4858
					
				
							
								
								
									
										9
									
								
								.github/workflows/prepare-release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.github/workflows/prepare-release.yml
									
									
									
									
										vendored
									
									
								
							@ -4,22 +4,23 @@ on:
 | 
			
		||||
  workflow_dispatch:
 | 
			
		||||
    inputs:
 | 
			
		||||
      serverBump:
 | 
			
		||||
        description: 'Bump server version'
 | 
			
		||||
        description: "Bump server version"
 | 
			
		||||
        required: true
 | 
			
		||||
        default: 'false'
 | 
			
		||||
        default: "false"
 | 
			
		||||
        type: choice
 | 
			
		||||
        options:
 | 
			
		||||
        - false
 | 
			
		||||
          - "false"
 | 
			
		||||
          - minor
 | 
			
		||||
          - patch
 | 
			
		||||
      mobileBump:
 | 
			
		||||
        description: 'Bump mobile build number'
 | 
			
		||||
        description: "Bump mobile build number"
 | 
			
		||||
        required: false
 | 
			
		||||
        type: boolean
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  build_mobile:
 | 
			
		||||
    uses: ./.github/workflows/build-mobile.yml
 | 
			
		||||
    secrets: inherit
 | 
			
		||||
 | 
			
		||||
  tag_release:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user