Skip to content

Release 1.4.2

Release 1.4.2 #16

Workflow file for this run

name: Update Plugin README
on:
release:
types: [published]
permissions:
contents: write
jobs:
call-reusable-workflow:
uses: intisy/workflows/.github/workflows/readme-plugin.yml@main
with:
repository: ${{ github.repository }}
actor: ${{ github.actor }}
secrets:
envPAT: ${{ secrets.PAT }}