Skip to content

Commit

Permalink
Merge branch 'main' into versioning-charts-for-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
KastTrifork authored Oct 23, 2024
2 parents eff75fc + d169ba1 commit 73948f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./toc-folder/
commit_message: "Update toc file with new version v$${{ steps.chart.outputs.version }}"
commit_message: "Update toc file with new version v${{ steps.chart.outputs.version }}"
keep_files: true

- name: Create Pull Request
Expand All @@ -79,7 +79,7 @@ jobs:
title: "Update toc file with new version v${{ steps.chart.outputs.version }} for ${{ inputs.chart }}"
labels: "automated"
token: ${{ secrets.CHEETAHBOT_WRITE_PACKAGE || secrets.token}}
add-paths: toc.yml
add-paths: .github/toc.yml
signoff: true
branch-token: ${{ secrets.GITHUB_TOKEN }}
branch: Update-toc-file-${{ inputs.chart }}-${{ steps.chart.outputs.version }}
Expand Down

0 comments on commit 73948f3

Please sign in to comment.