Commit 28cd9f9
committed
Add REACT_ON_RAILS_PRO_LICENSE secret to all Pro workflows
The Pro package requires the REACT_ON_RAILS_PRO_LICENSE environment
variable for license validation. Added this secret to all Pro workflow jobs:
- pro-lint.yml: lint-js-and-ruby job
- pro-package-tests.yml: package-js-tests and rspec-package-specs jobs
- pro-integration-tests.yml: build-dummy-app-webpack-test-bundles,
rspec-dummy-app-node-renderer, and dummy-app-node-renderer-e2e-tests jobs
The secret is passed using: ${{ secrets.REACT_ON_RAILS_PRO_LICENSE }}1 parent afcc3c1 commit 28cd9f9
File tree
3 files changed
+12
-0
lines changed- .github/workflows
3 files changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
| 106 | + | |
| 107 | + | |
104 | 108 | | |
105 | 109 | | |
106 | 110 | | |
| |||
260 | 264 | | |
261 | 265 | | |
262 | 266 | | |
| 267 | + | |
| 268 | + | |
263 | 269 | | |
264 | 270 | | |
265 | 271 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| 72 | + | |
| 73 | + | |
70 | 74 | | |
71 | 75 | | |
72 | 76 | | |
| |||
0 commit comments