install Updatecli gha workflows v0.120.1 - #287
Merged
Merged
Conversation
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
olblak
approved these changes
Aug 26, 2026
olblak
reviewed
Aug 26, 2026
Co-authored-by: Olivier Vernin <olivier@vernin.me>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was automatically created by Updatecli to set up the Updatecli GitHub Action workflows.
Updatecli is a tool to automate configuration update across git repositories. These workflows run Updatecli on a schedule, and in dry-run mode on every pull request.
For more information:
Install Updatecli GitHub action workflows
install Updatecli gha workflow v0.120.1
1 file(s) updated with "---\nname: Updatecli\non:\n release:\n workflow_dispatch:\n schedule:\n - cron: \"0 12 */14 * *\"\npermissions: {}\njobs:\n updatecli:\n runs-on: ubuntu-latest\n steps:\n - name: \"Checkout\"\n uses: \"actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1\" # v7.0.1\n with:\n persist-credentials: false\n - name: \"Setup updatecli\"\n uses: \"updatecli/updatecli-action@41b9c8d707830a9daebaeaa84c1b62d60b779564\" # v3.6.0\n with:\n version: \"v0.120.1\"\n - name: \"Set up Node\"\n uses: \"actions/setup-node@820762786026740c76f36085b0efc47a31fe5020\" # v7.0.0\n with:\n node-version-file: \"package.json\"\n id: node\n - name: \"Run updatecli\"\n run: updatecli compose apply --clean-git-branches=true --experimental\n env:\n UPDATECLI_GITHUB_APP_CLIENT_ID: ${{ secrets.UPDATECLIBOT_APP_ID }}\n UPDATECLI_GITHUB_APP_PRIVATE_KEY: ${{ secrets.UPDATECLIBOT_APP_PRIVKEY }}\n UPDATECLI_GITHUB_APP_INSTALLATION_ID: ${{ secrets.UPDATECLIBOT_APP_INSTALLATION_ID }}\n UPDATECLI_UDASH_API_URL: ${{ secrets.UPDATECLI_UDASH_API_URL }}\n UPDATECLI_UDASH_ACCESS_TOKEN: ${{ secrets.UPDATECLI_UDASH_ACCESS_TOKEN }}\n UPDATECLI_UDASH_URL: ${{ secrets.UPDATECLI_UDASH_URL }}\n": * .github/workflows/updatecli.yaml
install Updatecli test gha workflow v0.120.1
1 file(s) updated with "---\nname: Updatecli Test\non:\n pull_request:\npermissions:\n contents: read\njobs:\n updatecli:\n runs-on: ubuntu-latest\n steps:\n - name: \"Checkout\"\n uses: \"actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1\" # v7.0.1\n with:\n persist-credentials: false\n - name: \"Setup updatecli\"\n uses: \"updatecli/updatecli-action@41b9c8d707830a9daebaeaa84c1b62d60b779564\" # v3.6.0\n with:\n version: \"v0.120.1\"\n - name: \"Set up Node\"\n uses: \"actions/setup-node@820762786026740c76f36085b0efc47a31fe5020\" # v7.0.0\n with:\n node-version-file: \"package.json\"\n id: node\n - name: \"Test updatecli in dry-run mode\"\n run: \"updatecli compose diff\"\n env:\n # This step is executed in untrusted context. We use a token with minimal permissions.\n UPDATECLI_GITHUB_USERNAME: ${{ github.actor }}\n UPDATECLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n": * .github/workflows/updatecli_test.yaml
install Updatecli update gha workflow v0.120.1
1 file(s) updated with "---\nname: Updatecli - Update\non:\n workflow_dispatch:\n push:\n branches:\n - main\n schedule:\n - cron: \"0 3 * * *\"\npermissions: {}\njobs:\n updatecli:\n name: \"Updatecli - ${{ matrix.target_name }}\"\n runs-on: ubuntu-latest\n strategy:\n fail-fast: false\n max-parallel: 1\n matrix:\n include:\n - target_name: \"existing pipelines\"\n apply_args: \"--existing-only=true\"\n - target_name: \"monitored pipelines\"\n apply_args: \"--labels=monitor:active\"\n steps:\n - name: \"Checkout\"\n uses: \"actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1\" # v7.0.1\n with:\n persist-credentials: false\n - name: \"Setup updatecli\"\n uses: \"updatecli/updatecli-action@41b9c8d707830a9daebaeaa84c1b62d60b779564\" # v3.6.0\n with:\n version: \"v0.120.1\"\n - name: \"Set up Node\"\n uses: \"actions/setup-node@820762786026740c76f36085b0efc47a31fe5020\" # v7.0.0\n with:\n node-version-file: \"package.json\"\n id: node\n - name: \"Run updatecli\"\n run: updatecli compose apply --clean-git-branches=true ${{ matrix.apply_args }} --experimental\n env:\n UPDATECLI_GITHUB_APP_CLIENT_ID: ${{ secrets.UPDATECLIBOT_APP_ID }}\n UPDATECLI_GITHUB_APP_PRIVATE_KEY: ${{ secrets.UPDATECLIBOT_APP_PRIVKEY }}\n UPDATECLI_GITHUB_APP_INSTALLATION_ID: ${{ secrets.UPDATECLIBOT_APP_INSTALLATION_ID }}\n UPDATECLI_UDASH_API_URL: ${{ secrets.UPDATECLI_UDASH_API_URL }}\n UPDATECLI_UDASH_ACCESS_TOKEN: ${{ secrets.UPDATECLI_UDASH_ACCESS_TOKEN }}\n UPDATECLI_UDASH_URL: ${{ secrets.UPDATECLI_UDASH_URL }}\n": * .github/workflows/updatecli_update.yaml
Created automatically by Updatecli
Options:
Most of Updatecli configuration is done via its manifest(s).
Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!