Skip to content

Commit b85cf71

Browse files
committed
fix: use new secrets
1 parent c0e6698 commit b85cf71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
echo >> gradle.properties
3838
cat<<EOF >> gradle.properties
3939
systemProp.org.gradle.internal.http.socketTimeout=120000
40-
nexusUsername=${{ secrets.SHARED_NEXUS_USERNAME }}
41-
nexusPassword=${{ secrets.SHARED_NEXUS_PASSWORD }}
40+
nexusUsername=${{ secrets.SHARED_NEXUS_TOKEN_USERNAME }}
41+
nexusPassword=${{ secrets.SHARED_NEXUS_TOKEN_USERNAME }}
4242
EOF
4343
- name: Publish artifacts
4444
run: ./release.sh

0 commit comments

Comments
 (0)