Skip to content

Commit

Permalink
cr status
Browse files Browse the repository at this point in the history
  • Loading branch information
harshv1995 committed Sep 26, 2023
1 parent 78b10dd commit 5dc8e17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ jobs:
- name: chart upload
env:
GITHUB_TOKEN: ${{ secrets.CI_TOKEN }}
GITHUB_TOKEN: '${{ secrets.CI_TOKEN }}'
run: |
cr upload --config cr.yaml --token $GITHUB_TOKEN --config cr.yaml
- name: update index.yaml
env:
GITHUB_TOKEN: ${{ secrets.CI_TOKEN }}
GITHUB_TOKEN: '${{ secrets.CI_TOKEN }}'
run: |
cr index --config cr.yaml --token $GITHUB_TOKEN --config cr.yaml
Expand Down

0 comments on commit 5dc8e17

Please sign in to comment.