File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -29,17 +29,10 @@ jobs:
2929      - name : Use CLA approved bot 
3030        run : .github/scripts/use-cla-approved-bot.sh 
3131
32-       - uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b  #  v2.1.1
33-         id : otelbot-token 
34-         with :
35-           app-id : ${{ vars.OTELBOT_APP_ID }} 
36-           private-key : ${{ secrets.OTELBOT_PRIVATE_KEY }} 
37- 
3832      - name : Create pull request 
3933        env :
4034          NUMBER : ${{ github.event.inputs.number }} 
41-           #  not using secrets.GITHUB_TOKEN since pull requests from that token do not run workflows
42-           GH_TOKEN : ${{ steps.otelbot-token.outputs.token }} 
35+           GH_TOKEN : ${{ secrets.GITHUB_TOKEN }} 
4336        run : | 
4437          commit=$(gh pr view $NUMBER --json mergeCommit --jq .mergeCommit.oid) 
4538          title=$(gh pr view $NUMBER --json title --jq .title) 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments