We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f68d5 commit ac55fbfCopy full SHA for ac55fbf
.github/workflows/snapshot.yml
@@ -29,8 +29,8 @@ jobs:
29
java-version: '8'
30
distribution: 'adopt'
31
server-id: bintray
32
- server-username: BINTRAY_USER
33
- server-password: BINTRAY_PASSWORD
+ server-username: ${{ secrets.BINTRAY_USER }}
+ server-password: ${{ secrets.BINTRAY_PASSWORD }}
34
- name: Publish release
35
run: mvn --batch-mode -Pbintray deploy
36
env:
0 commit comments