Skip to content

Commit

Permalink
try with token
Browse files Browse the repository at this point in the history
  • Loading branch information
ggari-robotnik committed Jul 26, 2024
1 parent 34f0df2 commit 36794c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/helm-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:
- name: Commit file
uses: chromeq/commit@v2.x
if: ${{ env.FILES_TO_COMMIT != '' }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
token: ${{ secrets.GITHUB_TOKEN }}
files: ${{ env.FILES_TO_COMMIT }}
commit-message: Automated chart README.md update
ref: ${{ github.ref }}
Expand Down

0 comments on commit 36794c8

Please sign in to comment.