Skip to content

Commit

Permalink
Add CHARTMUSEUM_TOKEN to environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
dv-hossam-radwan committed May 8, 2024
1 parent 48a5832 commit b418163
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ env:
GITHUB_USER: "datavisyn-bot"
WORKFLOW_BRANCH: "main"
GITHUB_TOKEN: ${{ secrets.DATAVISYN_BOT_REPO_TOKEN }}
CHARTMUSEUM_TOKEN: ${{ secrets.CHARTMUSEUM_TOKEN }}

jobs:
release-repository:
Expand Down Expand Up @@ -126,7 +127,7 @@ jobs:
git commit -m "Update package.json version to $RELEASE_VERSION"
git push origin release-"$RELEASE_VERSION"
- name: Add Helm repository
run: helm repo add datavisyn --username admin --password ${{ secrets.CHARTMUSEUM_TOKEN }} https://chartmuseum.app.datavisyn.io
run: helm repo add datavisyn --username admin --password ${{ env.CHARTMUSEUM_TOKEN }} https://chartmuseum.app.datavisyn.io
- name: change charts and subcharts version
if: ${{ github.repository == 'datavisyn/reprovisyn' || github.repository == 'datavisyn/aelixir' || github.repository == 'datavisyn/test-app' }}
run: |
Expand Down

0 comments on commit b418163

Please sign in to comment.