File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,10 @@ We recommend ensuring that any object be in version control and fully reproducib
6363Specific roles and permission grants are provisional, and it would be nice to clean it up a bit* 
6464
65651 .  Create a scoped fine-grained personal access token for repository access.
66- 1 .  Create development and production versions of the repository. The following SQL
66+     This fine-grained token only needs * Read-only*  access to the relevant repository.
67+     It's worthwhile to keep the token scope minimal, as everyone with access to the
68+     git repository in Snowflake will be using this token.
69+ 1 .  Create development and production versions of the repository in Snowflake. The following SQL
6770    script can be used to set up the repos. Depending on the situation, some
6871    parts of it may not be necessary, or the repository may need to be created in
6972    a different set of databases/schemas, so read through with some care.
@@ -160,7 +163,7 @@ There are two different scenarios we want to address here:
1601631. Add a commit message and push the commit adding the object to GitHub. 
161164    If this is your first commit in Snowflake you will need to add a 
162165    [personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens). 
163-     *In general, this personal access token will not be the same one used in 
166+     *In general, this personal access token will not be the same one used above  in 
164167    the repo set-up process.* 
165168
166169## Dev/Prod promotion 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments