Commit 1ce2b98 1 parent ecc1e4c commit 1ce2b98 Copy full SHA for 1ce2b98
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 30
30
with :
31
31
arguments : build
32
32
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 33
33
with :
34
34
arguments : build curseforge modrinth publish
35
35
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 }}
38
38
MODRINTH_TOKEN : ${{ secrets.MODRINTH_TOKEN }}
39
39
CURSEFORGE_TOKEN : ${{ secrets.CURSEFORGE_TOKEN }}
40
40
CHANGELOG : ${{ github.event.release.body }}
Original file line number Diff line number Diff line change 43
43
with :
44
44
arguments : build sonar
45
45
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 }}
48
48
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
49
49
SONAR_HOST_URL : ${{ secrets.SONAR_HOST_URL }}
You can’t perform that action at this time.
0 commit comments