Skip to content

Commit

Permalink
Use new action variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rectifyer committed Mar 5, 2024
1 parent a3d179f commit bb8e17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb8e17c

Please sign in to comment.