github_action_sound
v1.0.8
Published
sound monitor for Github Action, watching and announcing build status.
Maintainers
Readme
github_action_sound
A sound monitor for Github Action, watching and announcing build status. It uses MacOS "say" command, so only works on Mac for now.
Usage
github_action_sound <github action url>For example:
github_action_sound https://github.com/nerds-odd-e/doughnut/actionsReleasing
Releases are published to npm when a new git tag is pushed.
- Create and push a semver tag (e.g.
v1.0.7):git tag v1.0.7 git push origin v1.0.7 - The Release workflow runs: tests, then publishes to npm. The version is taken from the tag (no need to bump
package.jsonfirst). - Publishing uses npm Trusted Publishing (OIDC): no long-lived tokens. One-time setup on npmjs.com → your package → Settings → Trusted publishing: add GitHub Actions with workflow filename
release.yml. After that you can revoke anyNPM_TOKENsecret.
