We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b7eb8b commit 9159ae9Copy full SHA for 9159ae9
1 file changed
.github/workflows/distribute.yml
@@ -24,6 +24,8 @@ on:
24
type: boolean
25
env:
26
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 }}
29
30
jobs:
31
tag_version:
0 commit comments