Skip to content

ci-update

ci-update #10

Workflow file for this run

name: CI Update
on:
repository_dispatch:
types:
- ci-update
workflow_dispatch:
concurrency:
group: "ci-update-${{ github.ref }}"
cancel-in-progress: false
jobs:
ci-update:
permissions:
contents: write
pull-requests: write
# Required for creating an issue if the workflow fails
issues: write
# Required in this environment to allow PRs that modify .github/workflows/*.
actions: write
uses: athackst/ci/.github/workflows/ci_updater.yml@main
with:
create-pr: true
automerge: true
secrets:
token: ${{ secrets.CI_BOT_TOKEN }}