mirror of
				https://github.com/maxgoedjen/secretive.git
				synced 2025-11-04 01:10:56 +00:00 
			
		
		
		
	Auth.
This commit is contained in:
		
							parent
							
								
									cb0f7687b6
								
							
						
					
					
						commit
						f767455583
					
				
							
								
								
									
										5
									
								
								.github/workflows/nightly.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/nightly.yml
									
									
									
									
										vendored
									
									
								
							@ -42,13 +42,14 @@ jobs:
 | 
			
		||||
      id: upload
 | 
			
		||||
      uses: actions/upload-artifact@v4
 | 
			
		||||
      with:
 | 
			
		||||
        name: Secretive.zip
 | 
			
		||||
        name: Secretive
 | 
			
		||||
        path: Artifact
 | 
			
		||||
    - name: Download Zipped Artifact
 | 
			
		||||
      id: download
 | 
			
		||||
      env: 
 | 
			
		||||
        ZIP_URL: ${{ steps.upload.outputs.artifact-url }}
 | 
			
		||||
      run: curl -L $ZIP_URL > Secretive.zip
 | 
			
		||||
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 | 
			
		||||
      run: curl  -H "Authorization: Bearer $GITHUB_TOKEN" -L $ZIP_URL > Secretive.zip
 | 
			
		||||
    - name: SHA Zipped Artifact
 | 
			
		||||
      run: shasum -a 256 Secretive.zip
 | 
			
		||||
    - name: Notarize
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user