Skip to content

Commit

Permalink
chore: fix chart publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ableuler committed Nov 16, 2021
1 parent b80a35e commit e99df72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
uses: SwissDataScienceCenter/renku-actions/publish-chart@v0.3.0
env:
CHART_NAME: renku-notebooks
GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
- name: Wait for chart to get published
Expand All @@ -77,7 +77,7 @@ jobs:
uses: SwissDataScienceCenter/renku-actions/update-component-version@v0.3.0
env:
CHART_NAME: renku-notebooks
GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}

push-latest-image:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e99df72

Please sign in to comment.