Skip to content

Commit

Permalink
add chartmuseum token
Browse files Browse the repository at this point in the history
  • Loading branch information
dv-hossam-radwan committed May 8, 2024
1 parent 6167983 commit 03e0f0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ jobs:
- name: update imageTag and repository_tag in values files
if: ${{ github.repository == 'datavisyn/reprovisyn' || github.repository == 'datavisyn/aelixir' || github.repository == 'datavisyn/test-app' }}
run: |
helm repo add datavisyn --username admin --password "$CHARTMUSEUM_TOKEN" https://chartmuseum.app.datavisyn.io
helm repo update datavisyn
cd deploy/helm
ls_result="$(ls)"
for dir in $ls_result; do \
Expand Down Expand Up @@ -178,6 +180,8 @@ jobs:
git add .
git commit -m "Update imageTag & repository_tag if exists in values files to v$RELEASE_VERSION"
git push origin release-"$RELEASE_VERSION"
env:
CHARTMUSEUM_TOKEN: ${{ secrets.CHARTMUSEUM_TOKEN }}
- name: update readme files
if: ${{ github.repository == 'datavisyn/reprovisyn' || github.repository == 'datavisyn/aelixir' || github.repository == 'datavisyn/test-app' }}
run: |
Expand Down

0 comments on commit 03e0f0a

Please sign in to comment.