Skip to content

Commit 388a001

Browse files
committed
fix: replace hardcoded GH_USERNAME with secret reference
1 parent 1068428 commit 388a001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/submit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
kodi-version: matrix
2727
addon-id: script.trakt
2828
env: # Make sure you create the below secrets (GH_TOKEN and EMAIL)
29-
GH_USERNAME: trakt
29+
GH_USERNAME: ${{secrets.GH_USERNAME}}
3030
GH_TOKEN: ${{secrets.GH_TOKEN}}
3131
EMAIL: ${{secrets.EMAIL}}
3232
- name: Create Github Release

0 commit comments

Comments
 (0)