diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10c759c..6a22a97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: with: api_key: ${{ secrets.AMO_ISSUER }} api_secret: ${{ secrets.AMO_SECRET }} - guid: 'contact@lumeweb.com' + guid: ${{ env.EXTENSION_GUID }} xpi_path: ${{ env.PKG }} src_path: ${{ env.PKG_SRC }} - name: Setup tmate session