We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1068428 commit 388a001Copy full SHA for 388a001
.github/workflows/submit.yml
@@ -26,7 +26,7 @@ jobs:
26
kodi-version: matrix
27
addon-id: script.trakt
28
env: # Make sure you create the below secrets (GH_TOKEN and EMAIL)
29
- GH_USERNAME: trakt
+ GH_USERNAME: ${{secrets.GH_USERNAME}}
30
GH_TOKEN: ${{secrets.GH_TOKEN}}
31
EMAIL: ${{secrets.EMAIL}}
32
- name: Create Github Release
0 commit comments