File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3737 if : github.ref == 'refs/heads/master' || needs.detect-changes.outputs.run_pro_tests == 'true'
3838 runs-on : ubuntu-22.04
3939 env :
40- REACT_ON_RAILS_PRO_LICENSE : ${{ secrets.REACT_ON_RAILS_PRO_LICENSE }}
40+ REACT_ON_RAILS_PRO_LICENSE : ${{ secrets.REACT_ON_RAILS_PRO_LICENSE_V2 }}
4141 steps :
4242 - uses : actions/checkout@v4
4343 with :
@@ -127,7 +127,7 @@ jobs:
127127 if : github.ref == 'refs/heads/master' || needs.detect-changes.outputs.run_pro_tests == 'true'
128128 runs-on : ubuntu-22.04
129129 env :
130- REACT_ON_RAILS_PRO_LICENSE : ${{ secrets.REACT_ON_RAILS_PRO_LICENSE }}
130+ REACT_ON_RAILS_PRO_LICENSE : ${{ secrets.REACT_ON_RAILS_PRO_LICENSE_V2 }}
131131 steps :
132132 - uses : actions/checkout@v4
133133 with :
@@ -307,7 +307,7 @@ jobs:
307307 if : github.ref == 'refs/heads/master' || needs.detect-changes.outputs.run_pro_tests == 'true'
308308 runs-on : ubuntu-22.04
309309 env :
310- REACT_ON_RAILS_PRO_LICENSE : ${{ secrets.REACT_ON_RAILS_PRO_LICENSE }}
310+ REACT_ON_RAILS_PRO_LICENSE : ${{ secrets.REACT_ON_RAILS_PRO_LICENSE_V2 }}
311311 # Redis service container
312312 services :
313313 redis :
Original file line number Diff line number Diff line change 3636 if : github.ref == 'refs/heads/master' || needs.detect-changes.outputs.run_pro_lint == 'true'
3737 runs-on : ubuntu-22.04
3838 env :
39- REACT_ON_RAILS_PRO_LICENSE : ${{ secrets.REACT_ON_RAILS_PRO_LICENSE }}
39+ REACT_ON_RAILS_PRO_LICENSE : ${{ secrets.REACT_ON_RAILS_PRO_LICENSE_V2 }}
4040 steps :
4141 - uses : actions/checkout@v4
4242 with :
Original file line number Diff line number Diff line change 3737 if : github.ref == 'refs/heads/master' || needs.detect-changes.outputs.run_pro_tests == 'true'
3838 runs-on : ubuntu-22.04
3939 env :
40- REACT_ON_RAILS_PRO_LICENSE : ${{ secrets.REACT_ON_RAILS_PRO_LICENSE }}
40+ REACT_ON_RAILS_PRO_LICENSE : ${{ secrets.REACT_ON_RAILS_PRO_LICENSE_V2 }}
4141 steps :
4242 - uses : actions/checkout@v4
4343 with :
@@ -138,7 +138,7 @@ jobs:
138138 --health-timeout 5s
139139 --health-retries 5
140140 env :
141- REACT_ON_RAILS_PRO_LICENSE : ${{ secrets.REACT_ON_RAILS_PRO_LICENSE }}
141+ REACT_ON_RAILS_PRO_LICENSE : ${{ secrets.REACT_ON_RAILS_PRO_LICENSE_V2 }}
142142 steps :
143143 - uses : actions/checkout@v4
144144 with :
@@ -211,7 +211,7 @@ jobs:
211211 ruby-version : ['3.3.7']
212212 runs-on : ubuntu-22.04
213213 env :
214- REACT_ON_RAILS_PRO_LICENSE : ${{ secrets.REACT_ON_RAILS_PRO_LICENSE }}
214+ REACT_ON_RAILS_PRO_LICENSE : ${{ secrets.REACT_ON_RAILS_PRO_LICENSE_V2 }}
215215 steps :
216216 - uses : actions/checkout@v4
217217 with :
You can’t perform that action at this time.
0 commit comments