File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3030 with :
3131 arguments : build
3232 env :
33- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34- GITHUB_ACTOR : ${{ github.actor }}
33+ GITHUB_TOKEN : ${{ secrets.MAVEN_TOKEN }}
34+ GITHUB_ACTOR : ${{ secrets.MAVEN_TOKEN_OWNER }}
Original file line number Diff line number Diff line change 3333 with :
3434 arguments : build curseforge modrinth publish
3535 env :
36- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
37- GITHUB_ACTOR : ${{ github.actor }}
36+ GITHUB_TOKEN : ${{ secrets.MAVEN_TOKEN }}
37+ GITHUB_ACTOR : ${{ secrets.MAVEN_TOKEN_OWNER }}
3838 MODRINTH_TOKEN : ${{ secrets.MODRINTH_TOKEN }}
3939 CURSEFORGE_TOKEN : ${{ secrets.CURSEFORGE_TOKEN }}
4040 CHANGELOG : ${{ github.event.release.body }}
Original file line number Diff line number Diff line change 4343 with :
4444 arguments : build sonar
4545 env :
46- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
47- GITHUB_ACTOR : ${{ github.actor }}
46+ GITHUB_TOKEN : ${{ secrets.MAVEN_TOKEN }}
47+ GITHUB_ACTOR : ${{ secrets.MAVEN_TOKEN_OWNER }}
4848 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
4949 SONAR_HOST_URL : ${{ secrets.SONAR_HOST_URL }}
You can’t perform that action at this time.
0 commit comments