ci: Add Mozilla add-on secrets to CI environment

This commit is contained in:
Mike Welsh 2021-04-16 18:26:19 -07:00
parent 4d41297b04
commit 0ff9d7d3f5
1 changed files with 4 additions and 0 deletions

View File

@ -110,6 +110,10 @@ jobs:
- name: Build web - name: Build web
if: matrix.os == 'ubuntu-latest' if: matrix.os == 'ubuntu-latest'
env:
FIREFOX_EXTENSION_ID: ${{ secrets.FIREFOX_EXTENSION_ID }}
MOZILLA_API_KEY: ${{ secrets.MOZILLA_API_KEY }}
MOZILLA_API_SECRET: ${{ secrets.MOZILLA_API_SECRET }}
working-directory: web working-directory: web
shell: bash -l {0} shell: bash -l {0}
run: | run: |