Skip to content

Commit

Permalink
fix invalid GH_TOKEN use github.token
Browse files Browse the repository at this point in the history
  • Loading branch information
willforde committed Jul 10, 2023
1 parent 1d72275 commit 6536cb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kodi-submitter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
sub-directory: true
env:
GH_USERNAME: ${{ github.actor }}
GH_TOKEN: ${{secrets.GH_TOKEN}}
EMAIL: ${{secrets.EMAIL}}
GH_TOKEN: ${{ github.token }}
EMAIL: ${{ secrets.EMAIL }}

- name: Create Github Release
id: create_release
Expand Down

0 comments on commit 6536cb3

Please sign in to comment.