File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 11name : " (Tag): Prepare" 
22
3+ permissions :
4+   contents : write 
5+   pull-requests : write 
6+   actions : read 
7+ 
38on :
49  workflow_dispatch :
510    inputs :
3641changelog :
3742    uses : codesnippetspro/.github-private/.github/workflows/changelog.yml@main 
3843    needs : get-version 
44+     secrets : inherit 
3945    with :
4046      repo : ${{ github.repository }} 
4147      branch : ${{ github.ref_name }} 
8389
8490      - name : " Open pull request: chore(release): `v${{ needs.get-version.outputs.version }}`" 
8591        env :
86-           GH_TOKEN : ${{ secrets.CS_GH_TOKEN  }} 
92+           GH_TOKEN : ${{ secrets.GITHUB_TOKEN  }} 
8793        run : | 
8894          gh pr create --title 'chore(release): `v${{ needs.get-version.outputs.version }}`' --body 'Release `v${{ needs.get-version.outputs.version }}`' --base main --head "tag/v${{ needs.get-version.outputs.version }}" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments