Skip to content

Commit e12dd7a

Browse files
authored
Add GITHUB_TOKEN to gradle.yaml for release action
1 parent 5ccc986 commit e12dd7a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/gradle.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ jobs:
5050
uses: softprops/action-gh-release@v3
5151
with:
5252
files: staging/ModMail_${{ github.event.release.tag_name }}.jar
53+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)