From 10f92a704db7f65c3010b4c9b932f1909b9444a7 Mon Sep 17 00:00:00 2001 From: enen92 <92enen@gmail.com> Date: Sat, 13 Mar 2021 17:51:10 +0000 Subject: [PATCH] Fix submitter action --- .github/workflows/addon-submitter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/addon-submitter.yml b/.github/workflows/addon-submitter.yml index 61c2f71..c03ceee 100644 --- a/.github/workflows/addon-submitter.yml +++ b/.github/workflows/addon-submitter.yml @@ -24,7 +24,7 @@ jobs: env: # Make sure you create the below secrets (GH_TOKEN and EMAIL) GH_USERNAME: ${{ github.repository_owner }} GH_TOKEN: ${{secrets.GH_TOKEN}} - EMAIL: ${{secrets.EMAIL}} + EMAIL: ${{secrets.GH_EMAIL}} - name: Create Github Release id: create_release