Skip to content

GitHub Actions: Use `typisttech/.github/.github/workflows/dependabot-… #6

GitHub Actions: Use `typisttech/.github/.github/workflows/dependabot-…

GitHub Actions: Use `typisttech/.github/.github/workflows/dependabot-… #6

Workflow file for this run

name: Auto Commit
on:
workflow_dispatch:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
permissions: {}
jobs:
pint:
uses: typisttech/.github/.github/workflows/auto-pint.yml@v1
permissions:
contents: write
pull-requests: write
secrets:
pr-write-pat-token: ${{ secrets.PR_WRITE_PAT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}