I am using GitHub actions for CI/CD for my CRA. // App.js import React from 'react'; ... const secret = process.env.REACT_APP_MY_SECRET; ...
確定! 回上一頁