Skip to content

Commit 4876e0a

Browse files
committed
chore:
1 parent 54c2471 commit 4876e0a

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/lighthouse.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,18 @@ jobs:
112112
run: npm install --location=global @lhci/cli@0.9.x
113113
- name: logs 1
114114
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/"
115127
- name: logs 2
116128
run: echo "Env name is ${{ inputs.ENV_NAME }}"
117129
- name: logs 3

0 commit comments

Comments
 (0)