We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54c2471 commit 4876e0aCopy full SHA for 4876e0a
1 file changed
.github/workflows/lighthouse.yaml
@@ -112,6 +112,18 @@ jobs:
112
run: npm install --location=global @lhci/cli@0.9.x
113
- name: logs 1
114
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/"
127
- name: logs 2
128
run: echo "Env name is ${{ inputs.ENV_NAME }}"
129
- name: logs 3
0 commit comments