Skip to content

Commit a03e063

Browse files
committed
add missing env variables
1 parent 18ca1f7 commit a03e063

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/distribute.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ on:
2424
type: boolean
2525
env:
2626
REACT_APP_BUILD_TARGET: 'extension'
27-
27+
REACT_APP_AMPLITUDE_URL: ${{ secrets.REACT_APP_AMPLITUDE_URL }}
28+
REACT_APP_AMPLITUDE_KEY: ${{ secrets.REACT_APP_AMPLITUDE_KEY }}
2829
jobs:
2930
install-dependencies:
3031
needs: tag_version

0 commit comments

Comments
 (0)