Skip to content

Commit 20ac2c6

Browse files
use a different secret name for licence env variable to avoid CI failure on other branches
1 parent f902c74 commit 20ac2c6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/pro-integration-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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:

.github/workflows/pro-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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:

.github/workflows/pro-package-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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:

0 commit comments

Comments
 (0)