Skip to content

Commit ac55fbf

Browse files
authored
Replace env var with secret
1 parent d6f68d5 commit ac55fbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
java-version: '8'
3030
distribution: 'adopt'
3131
server-id: bintray
32-
server-username: BINTRAY_USER
33-
server-password: BINTRAY_PASSWORD
32+
server-username: ${{ secrets.BINTRAY_USER }}
33+
server-password: ${{ secrets.BINTRAY_PASSWORD }}
3434
- name: Publish release
3535
run: mvn --batch-mode -Pbintray deploy
3636
env:

0 commit comments

Comments
 (0)