Skip to content

Commit

Permalink
use developer secret
Browse files Browse the repository at this point in the history
  • Loading branch information
matilote committed Oct 17, 2024
1 parent c739e24 commit a37e3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chart-releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Publish to JFrog Artifactory
shell: bash
run: |
helm registry login nethermind.jfrog.io --username ${{ secrets.ARTIFACTORY_ANGKOR_USERNAME }} --password ${{ secrets.ARTIFACTORY_ANGKOR_TOKEN_CONTRIBUTOR }}
helm registry login nethermind.jfrog.io --username ${{ secrets.ARTIFACTORY_ANGKOR_USERNAME }} --password ${{ secrets.ARTIFACTORY_ANGKOR_TOKEN_DEVELOPER }}
for chart in .cr-release-packages/*.tgz; do
helm push "$chart" oci://nethermind.jfrog.io/angkor-helmoci-local
done

0 comments on commit a37e3eb

Please sign in to comment.