Skip to content

Commit

Permalink
Change env
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee authored Mar 4, 2024
1 parent 770102c commit d5b6ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
kodi-version: matrix
addon-id: script.trakt
env: # Make sure you create the below secrets (GH_TOKEN and EMAIL)
GH_USERNAME: trakt
GH_TOKEN: ${{secrets.GH_TOKEN}}
GH_USERNAME: ${{ github.actor }}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
EMAIL: ${{secrets.EMAIL}}
- name: Create Github Release
id: create_release
Expand Down

0 comments on commit d5b6ec3

Please sign in to comment.