mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	build: Use explicit token in release build (#1444)
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/prepare-release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/prepare-release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -24,6 +24,8 @@ jobs: | |||||||
|     steps: |     steps: | ||||||
|       - name: Checkout |       - name: Checkout | ||||||
|         uses: actions/checkout@v3 |         uses: actions/checkout@v3 | ||||||
|  |         with: | ||||||
|  |           token: ${{ secrets.ORG_RELEASE_TOKEN }} | ||||||
|  |  | ||||||
|       - name: Bump version |       - name: Bump version | ||||||
|         run: misc/release/pump-version.sh -s "${{ inputs.serverBump }}" -m "${{ inputs.mobileBump }}" |         run: misc/release/pump-version.sh -s "${{ inputs.serverBump }}" -m "${{ inputs.mobileBump }}" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user