update #3
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: update | |
on: | |
workflow_dispatch: | |
permissions: | |
contents: read | |
jobs: | |
generate: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: write | |
pull-requests: write | |
steps: | |
- name: Checkout | |
uses: actions/[email protected] | |
- name: Setup yq | |
uses: fluxcd/pkg/actions/yq@main | |
- name: Setup kubectl | |
uses: fluxcd/pkg/actions/kubectl@main | |
- name: Setup kubeconform | |
uses: fluxcd/pkg/actions/kubeconform@main | |
- name: Setup Helm | |
uses: azure/[email protected] | |
- name: Setup Helm Docs | |
uses: gabe565/setup-helm-docs-action@v1 | |
- run: make plugins generate manifests lint | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
- name: Create Pull Request | |
uses: peter-evans/[email protected] | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
commit-message: | | |
Update charts | |
committer: GitHub <[email protected]> | |
signoff: true | |
branch: update-charts | |
title: Update charts | |
body: | | |
Update charts |