1 parent 2905b45 commit 69c7711Copy full SHA for 69c7711
1 file changed
.github/workflows/release.yml
@@ -50,6 +50,8 @@ jobs:
50
51
- name: Publish to CurseForge
52
if: env.CURSEFORGE_TOKEN != ''
53
+ env:
54
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
run: |
56
changelog_file="${RUNNER_TEMP}/curseforge-changelog.md"
57
: > "${changelog_file}"
0 commit comments