File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9595 - uses : actions/checkout@v3
9696 with :
9797 ref : ${{ github.event.pull_request.head.ref }}
98+ REACT_APP_ENV_NAME : " testing"
99+ DEPLOY_TO_FLEEK : true
100+ ENV_NAME : " testing"
101+
98102 - uses : actions/setup-node@v3
99103 with :
100104 token : ${{ secrets.NPM_TOKEN }}
@@ -112,18 +116,8 @@ jobs:
112116 run : npm install --location=global @lhci/cli@0.9.x
113117 - name : logs 1
114118 run : echo "Env name is ${{ inputs.REACT_APP_ENV_NAME }}"
115- with :
116- token : ${{ secrets.NPM_TOKEN }}
117- node-version : " 16.16.0"
118- registry-url : " https://registry.npmjs.org"
119- cache : " npm"
120- REACT_APP_ENV_NAME : " testing"
121- DEPLOY_TO_FLEEK : true
122- ENV_NAME : " testing"
123- UPDATE_COVERAGE : true
124- REACT_APP_ENABLE_CURATION_LISTS : false
125- REACT_APP_CREATE_PROFILE_CONFIGURATION : " LENS"
126- REACT_APP_IPFS_GATEWAY : " https://bosonprotocol.infura-ipfs.io/ipfs/"
119+ env :
120+ REACT_APP_ENV_NAME : " Roberto"
127121 - name : logs 2
128122 run : echo "Env name is ${{ inputs.ENV_NAME }}"
129123 - name : logs 3
You can’t perform that action at this time.
0 commit comments