Skip to content

Commit 7640450

Browse files
authored
Update release token to use GITHUB_TOKEN
1 parent b73ae0d commit 7640450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: mvn -Dkeypass=${{secrets.KEYPASS}} verify
2323
- uses: marvinpinto/action-automatic-releases@latest
2424
with:
25-
repo_token: "${{ secrets.NETBEANS_ACTION_TOKEN }}"
25+
repo_token: "${{ secrets.GITHUB_TOKEN }}"
2626
automatic_release_tag: "latest"
2727
prerelease: true
2828
title: "Development Build"

0 commit comments

Comments
 (0)