Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit 1efda73

Browse files
committed
fix invalid GH_TOKEN
1 parent 1d72275 commit 1efda73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/kodi-submitter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
sub-directory: true
2424
env:
2525
GH_USERNAME: ${{ github.actor }}
26-
GH_TOKEN: ${{secrets.GH_TOKEN}}
27-
EMAIL: ${{secrets.EMAIL}}
26+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
27+
EMAIL: ${{ secrets.EMAIL }}
2828

2929
- name: Create Github Release
3030
id: create_release

0 commit comments

Comments
 (0)