mirror of
				https://github.com/maxgoedjen/secretive.git
				synced 2025-11-04 01:10:56 +00:00 
			
		
		
		
	Path
This commit is contained in:
		
							parent
							
								
									10f356ccb7
								
							
						
					
					
						commit
						3f51c06756
					
				
							
								
								
									
										2
									
								
								.github/workflows/nightly.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/nightly.yml
									
									
									
									
										vendored
									
									
								
							@ -54,7 +54,7 @@ jobs:
 | 
			
		||||
        APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }}
 | 
			
		||||
        APPLE_API_ISSUER: ${{ secrets.APPLE_API_ISSUER }}
 | 
			
		||||
        ZIP_PATH: ${{ steps.download.outputs.download-path }}
 | 
			
		||||
      run: xcrun notarytool submit --key ~/.private_keys/AuthKey_$APPLE_API_KEY_ID.p8 --key-id $APPLE_API_KEY_ID --issuer $APPLE_API_ISSUER $ZIP_PATH
 | 
			
		||||
      run: xcrun notarytool submit --key ~/.private_keys/AuthKey_$APPLE_API_KEY_ID.p8 --key-id $APPLE_API_KEY_ID --issuer $APPLE_API_ISSUER $ZIP_PATH/Secretive.zip
 | 
			
		||||
    - name: Attest
 | 
			
		||||
      id: attest
 | 
			
		||||
      uses: actions/attest-build-provenance@v2
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user