We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ca1f7 commit a03e063Copy full SHA for a03e063
1 file changed
.github/workflows/distribute.yml
@@ -24,7 +24,8 @@ on:
24
type: boolean
25
env:
26
REACT_APP_BUILD_TARGET: 'extension'
27
-
+ REACT_APP_AMPLITUDE_URL: ${{ secrets.REACT_APP_AMPLITUDE_URL }}
28
+ REACT_APP_AMPLITUDE_KEY: ${{ secrets.REACT_APP_AMPLITUDE_KEY }}
29
jobs:
30
install-dependencies:
31
needs: tag_version
0 commit comments