Skip to content

Releases: locus313/github-api-scripts

Release list

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 19:50
c73ac35

1.1.0 (2026-06-26)

Features

  • add dual-auth support (GITHUB_TOKEN + gh CLI) across all scripts (#21) (d45fe33)

v1.0.0

Choose a tag to compare

@locus313 locus313 released this 26 Jun 18:43

Initial release.

What's included

  • 16 composite actions — every automation script is now usable as a uses: step in GitHub Actions workflows, enabling Dependabot to track and bump version pins automatically
  • Automated releases via Release Please — pushes to main trigger a release PR; merging it publishes the GitHub Release and tag
  • Scripts for org administration, enterprise management, and reporting

Usage

- uses: locus313/github-api-scripts/org-admin/github-add-repo-permissions@v1.0.0
  with:
    github-token: ${{ secrets.ORG_ADMIN_TOKEN }}
    org: my-org
    repo-push: developers maintainers

See README for the full list of available actions and examples.