force sync charts #3
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: force sync charts | |
on: | |
workflow_dispatch: {} | |
# N.B. If you need to update this workflow, please make sure to update the one in the release.yml file as well. | |
jobs: | |
sync-charts: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- uses: BetaHuhn/repo-file-sync-action@v1 | |
with: | |
GH_PAT: ${{ secrets.AIVEN_CI_PAT__VALID_WHILE_TIMO_IS_EMPLOYED }} | |
COMMIT_PREFIX: "chore:" |