Skip to content

Commit f18fb2d

Browse files
committed
chore: GitHub does not allow secrets starting with GITHUB_
1 parent 0ee5977 commit f18fb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
modrinth-id: ${{ env.MODRINTH_ID }}
7272
curseforge-id: ${{ env.CURSEFORGE_ID }}
73-
github-token: ${{ secrets.GITHUB_TOKEN }}
73+
github-token: ${{ secrets.MY_GITHUB_TOKEN }}
7474
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
7575
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
7676
name: Status Effect Timer ${{ steps.version.outputs.full }}

0 commit comments

Comments
 (0)