Skip to content

Commit

Permalink
Fix token permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa-aadlv committed Aug 21, 2023
1 parent cea2577 commit 5a2d443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chart-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.RASABOT_GITHUB_TOKEN }}
token: ${{ secrets.RASABOT_HELM_TOKEN }}

- name: Update README.md
working-directory: charts/${{ matrix.chart }}
Expand All @@ -45,4 +45,4 @@ jobs:
default_author: github_actor
add: 'charts/${{ matrix.chart }}/README.md'
message: '[helm-docs] Update README.md'
github_token: ${{ secrets.RASABOT_GITHUB_TOKEN }}
github_token: ${{ secrets.RASABOT_HELM_TOKEN }}

0 comments on commit 5a2d443

Please sign in to comment.