Skip to content

Add support for organization and user installation retrieval and repo… #24

Add support for organization and user installation retrieval and repo…

Add support for organization and user installation retrieval and repo… #24

Workflow file for this run

name: Publish
on:
push:
branches:
- main
jobs:
publish:
name: Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dylanvann/publish-github-action@v1.1.49
with:
github_token: ${{ secrets.GITHUB_TOKEN }}