Skip to content

Auto-resolve README.md conflicts in sync workflow #33

Auto-resolve README.md conflicts in sync workflow

Auto-resolve README.md conflicts in sync workflow #33

name: Publish Dependency
on:
push:
tags:
- "*"
jobs:
call-reusable-workflow:
uses: intisy/workflows/.github/workflows/publish-dependency.yml@main
with:
repository: ${{ github.repository }}
secrets:
envPAT: ${{ secrets.PAT }}