mirror of
				https://code.forgejo.org/actions/forgejo-release.git
				synced 2025-11-04 06:41:57 +02:00 
			
		
		
		
	github.token has restricted permissions and won't be useful
This commit is contained in:
		
							parent
							
								
									12233a8d78
								
							
						
					
					
						commit
						4f06c1b250
					
				
					 1 changed files with 0 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -51,13 +51,6 @@ runs:
 | 
			
		|||
          TAG=${TAG##refs/tags/}
 | 
			
		||||
        fi
 | 
			
		||||
        export TOKEN="${{ inputs.token }}"
 | 
			
		||||
        if test -z "$TOKEN"; then
 | 
			
		||||
          export TOKEN="${{ secrets.GITHUB_TOKEN }}"
 | 
			
		||||
        fi
 | 
			
		||||
        if test -z "$TOKEN"; then
 | 
			
		||||
          export TOKEN="${{ github.token }}"
 | 
			
		||||
        fi
 | 
			
		||||
        test "$TOKEN"
 | 
			
		||||
        export RELEASE_DIR="${{ inputs.release-dir }}"
 | 
			
		||||
        export RELEASENOTES="${{ inputs.release-notes }}"
 | 
			
		||||
        export VERBOSE="${{ inputs.verbose }}"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue