File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ name: Release
66      - next 
77      - beta 
88      - " *.x" 
9+ #  These are recommended by the semantic-release docs: https://github.com/semantic-release/npm#npm-provenance
10+ permissions :
11+     contents : write  #  to be able to publish a GitHub release
12+     issues : write  #  to be able to comment on released issues
13+     pull-requests : write  #  to be able to comment on released pull requests
14+     id-token : write  #  to enable use of OIDC for npm provenance
15+ 
916jobs :
1017  release :
1118    name : release 
Original file line number Diff line number Diff line change 11{
22  "name" : " @octokit/oauth-authorization-url"  ,
33  "publishConfig" : {
4-     "access" : " public" 
4+     "access" : " public"  ,
5+     "provenance" : true 
56  },
67  "type" : " module"  ,
78  "version" : " 0.0.0-development"  ,
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments