ci: use env for guid

This commit is contained in:
Derrick Hammer 2023-08-06 22:43:25 -04:00
parent 98ce451c74
commit 9ea94740e3
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -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