Skip to content

Commit

Permalink
Pass GITHUB_TOKEN for chart rebuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
bschwedler committed Sep 6, 2024
1 parent 853fc9f commit ccb86ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/chart-rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- name: Rebuild index.yaml
env:
version: v1.2.1
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
if [[ ! -d "$RUNNER_TOOL_CACHE" ]]; then
echo "Cache directory '$RUNNER_TOOL_CACHE' does not exist" >&2
Expand Down

0 comments on commit ccb86ec

Please sign in to comment.