File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ concurrency:
1414  group : ${{ github.workflow }}-${{ github.ref }} 
1515  cancel-in-progress : true 
1616
17- permissions :  
17+ permissions :
1818  contents : write 
1919
2020jobs :
7676        with :
7777          branch : gh-pages 
7878          clean : true 
79+           clean-exclude : index.yaml 
7980          single-commit : true 
8081          folder : packages/client/dist 
Original file line number Diff line number Diff line change 1- name : release helm chart 
1+ name : Release Helm Chart 
22
33on :
44  workflow_run :
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ ENV APP_DESCRIPTION=${APP_DESCRIPTION}
1313ENV  REACT_APP_STAC_API=${REACT_APP_STAC_API}
1414ENV  REACT_APP_STAC_BROWSER="${REACT_APP_STAC_BROWSER}/#/external/$(echo ${REACT_APP_STAC_API} | sed 's|^https://||')" 
1515ENV  PUBLIC_URL=${PUBLIC_URL}
16+ ENV  REACT_APP_KEYCLOAK_URL=
17+ ENV  REACT_APP_KEYCLOAK_CLIENT_ID=
18+ ENV  REACT_APP_KEYCLOAK_REALM=
1619
1720#  Set the working directory
1821WORKDIR  /app
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments