Skip to content

Commit 3e41b5c

Browse files
devhawkCopilot
andauthored
Update .github/workflows/publish.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent cbde899 commit 3e41b5c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ on:
66
USERNAME_MAVEN:
77
required: true
88
TOKEN_MAVEN:
9-
required: true
9+
secrets:
10+
USERNAME_MAVEN:
11+
required: true
12+
TOKEN_MAVEN:
13+
required: true
1014

1115
jobs:
1216
build:

0 commit comments

Comments
 (0)