chore: add push to GH
This commit is contained in:
		
							parent
							
								
									7656b148ba
								
							
						
					
					
						commit
						8be5d358f1
					
				
							
								
								
									
										29
									
								
								.gitea/workflows/github-mirror.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								.gitea/workflows/github-mirror.yml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,29 @@
 | 
			
		||||
name: Go Bump
 | 
			
		||||
 | 
			
		||||
on: 
 | 
			
		||||
  push:
 | 
			
		||||
    branches: [ "main" ]
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  bump:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v3
 | 
			
		||||
      with:
 | 
			
		||||
        fetch-depth: 0
 | 
			
		||||
        fetch-tags: true
 | 
			
		||||
        
 | 
			
		||||
    - name: Deploy to external repository
 | 
			
		||||
      uses: https://git.sour.is/actions/github-action-push-to-another-repository@main
 | 
			
		||||
      env:
 | 
			
		||||
        API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }}
 | 
			
		||||
      with:
 | 
			
		||||
        # GitHub Action output files
 | 
			
		||||
        source-directory: .
 | 
			
		||||
        destination-github-username: sour-is
 | 
			
		||||
        destination-repository-name: go-pkg
 | 
			
		||||
        user-email: jon@xuu.cc
 | 
			
		||||
        # It defaults to `main`
 | 
			
		||||
        target-branch: "main"
 | 
			
		||||
 | 
			
		||||
    - run: echo "🍏 This job's status is ${{ job.status }}."
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user