Skip to content

Commit

Permalink
changed token
Browse files Browse the repository at this point in the history
  • Loading branch information
alongir authored Jan 3, 2025
1 parent e705c52 commit c04d258
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release Charts
on:
push:
branches:
- master
- gh-token-add

jobs:
release:
Expand All @@ -29,5 +29,4 @@ jobs:
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
env:
CR_TOKEN: "${{ secrets.HELM_TOKEN }}"
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_TOKEN: "${{ secrets.HELM_TOKEN_AG }}"

0 comments on commit c04d258

Please sign in to comment.