Skip to content

Commit

Permalink
fix: use access token with push rights to charts repo
Browse files Browse the repository at this point in the history
  • Loading branch information
paddatrapper committed Mar 3, 2022
1 parent d40fc56 commit e1e8c06
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 e1e8c06

Please sign in to comment.