From bb8e17cfc960232359a45edece17974e01171774 Mon Sep 17 00:00:00 2001 From: Justin Date: Tue, 5 Mar 2024 12:01:32 -0800 Subject: [PATCH] Use new action variable --- .github/workflows/submit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/submit.yml b/.github/workflows/submit.yml index 81764ede..2a366d61 100644 --- a/.github/workflows/submit.yml +++ b/.github/workflows/submit.yml @@ -22,7 +22,7 @@ jobs: addon-id: script.trakt env: # Make sure you create the below secrets (GH_TOKEN and EMAIL) GH_USERNAME: ${{ github.actor }} - GH_TOKEN: ${{secrets.GITHUB_TOKEN}} + GH_TOKEN: ${{secrets.XBMC_REPO}} EMAIL: ${{secrets.EMAIL}} - name: Create Github Release id: create_release