Skip to content

chore: added publish notes #48

chore: added publish notes

chore: added publish notes #48

Workflow file for this run

name: test
on:
push:
permissions:
contents: read
pull-requests: read # Optional: Use with `only-new-issues` option.
jobs:
test:
uses: VU-ASE/actions/.github/workflows/test.yaml@main
secrets:
gh_pat: ${{ secrets.GH_PAT }}