Skip to content

Commit cb8e010

Browse files
Update release.yml
1 parent 55ea604 commit cb8e010

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
const REPOSITORIES = [
4545
"ShokoAnime/Shokofin",
4646
"ShokoAnime/ShokoServer",
47+
"ShokoAnime/ShokoServer",
4748
// Add more repositories here
4849
];
4950
@@ -140,7 +141,7 @@ jobs:
140141
- name: Run stats script
141142
run: node update-stats.mjs
142143
env:
143-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
144+
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
144145

145146
- name: Upload releases.json to server
146147
shell: pwsh

0 commit comments

Comments
 (0)