Skip to content

Commit 7c8ea83

Browse files
committed
Pass GitHub token to release workflow
1 parent a02c8d5 commit 7c8ea83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ jobs:
2727
run: mvn -B clean package --file pom.xml
2828

2929
- name: Upload to release
30-
uses: cloudnode-pro/[email protected].0
30+
uses: cloudnode-pro/[email protected].2
3131
with:
32+
gh-token: ${{ github.token }}
3233
files: target/BankAccounts-${{ github.event.release.tag_name }}.jar; type=application/java-archive
3334

3435
- name: Upload to Modrinth

0 commit comments

Comments
 (0)