Skip to content

Commit e04033a

Browse files
secrets fixup
1 parent 8afd676 commit e04033a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
env:
11-
SONATYPE_USERNAME: ${{ secrets.sonatype_user }}
12-
SONATYPE_PASSWORD: ${{ secrets.sonatype_password }}
11+
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
12+
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
1313
steps:
1414
- uses: actions/checkout@v1
1515
- uses: actions/setup-java@v4

0 commit comments

Comments
 (0)