Skip to content

Commit

Permalink
ci: update github secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-cavazzi committed Nov 26, 2021
1 parent a5ed160 commit 21c7bfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Push chart and images
uses: SwissDataScienceCenter/renku-actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
CHART_NAME: renku-ui
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
Expand All @@ -114,10 +114,10 @@ jobs:
- name: Update ui version
uses: SwissDataScienceCenter/renku-actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
CHART_NAME: renku-ui
- name: Update ui-server version
uses: SwissDataScienceCenter/renku-actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
CHART_NAME: renku-ui-server

0 comments on commit 21c7bfb

Please sign in to comment.