Skip to content

Commit

Permalink
Merge pull request #14 from flanksource/bugfix/helm-release-token
Browse files Browse the repository at this point in the history
fix: use access token with push rights to charts repo
  • Loading branch information
paddatrapper authored Mar 3, 2022
2 parents d40fc56 + e1e8c06 commit ed78a0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
with:
repository: "${{ github.repository_owner }}/charts"
path: charts
token: "${{ secrets.FLANKBOT }}"
- name: Update chart repo
run: |
cd charts
Expand Down

0 comments on commit ed78a0b

Please sign in to comment.