Skip to content

Commit 9159ae9

Browse files
authored
Add missing envs
1 parent 3b7eb8b commit 9159ae9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/distribute.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ on:
2424
type: boolean
2525
env:
2626
REACT_APP_BUILD_TARGET: 'extension'
27+
REACT_APP_AMPLITUDE_KEY: ${{ secrets.REACT_APP_AMPLITUDE_KEY }}
28+
REACT_APP_AMPLITUDE_URL: ${{ secrets.REACT_APP_AMPLITUDE_URL }}
2729

2830
jobs:
2931
tag_version:

0 commit comments

Comments
 (0)