From 1cfab9a705f5088a80a8e8b75477ec89a47d91f7 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 13 Aug 2023 13:41:23 -0400 Subject: [PATCH] ci: need to use vars not env for EXTENSION_GUID --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46f7fbe..1af26b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: with: api_key: ${{ secrets.AMO_ISSUER }} api_secret: ${{ secrets.AMO_SECRET }} - guid: ${{ env.EXTENSION_GUID }} + guid: ${{ vars.EXTENSION_GUID }} xpi_path: ${{ env.PKG }} src_path: ${{ env.PKG_SRC }} - name: Setup tmate session