Skip to content

Commit 6f7b8d3

Browse files
committed
ci: Remove unused Artifactory credentials from push workflow
1 parent 6de4605 commit 6f7b8d3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/push.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
- master
66
- 4.x
77
env:
8-
JFROG_USER: ${{ secrets.ARTIFACTORY_AUTH_USER }}
9-
JFROG_PASS: ${{ secrets.ARTIFACTORY_AUTH_TOKEN }}
108
SONATYPE_GPG_KEY_BASE64: ${{ secrets.SONATYPE_GPG_KEY_BASE64 }}
119
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
1210
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}

0 commit comments

Comments
 (0)