Skip to content

Commit

Permalink
update token
Browse files Browse the repository at this point in the history
  • Loading branch information
ithery committed Oct 16, 2023
1 parent 14519a5 commit db919c7
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 @@ -26,9 +26,9 @@ jobs:

- name: Add helm dependencies
run: |
helm repo add bitnami "https://charts.bitnami.com/bitnami"
helm repo add bitnami "https://charts.bitnami.com/bitnami"
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_TOKEN: "${{ secrets.GH_TOKEN }}"

0 comments on commit db919c7

Please sign in to comment.