You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 }}
0 commit comments