An open API service indexing awesome lists of open source software.

https://github.com/git-releaser/git-releaser-action


https://github.com/git-releaser/git-releaser-action

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# git-releaser-action

Runs [git-releaser](https://github.com/git-releaser/git-releaser) to create a release on GitHub.

## Usage

```yaml
- uses: git-releaser/git-releaser-action@v0.1.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
```

An example workflow can be found [here](./.github/workflows/release.yaml).

If you want to run a workflow on a release, you have to use a different token with the following Repo permissions:
* Contents: Read, Write
* Metadata: Read-only
* Pull requests: Read, Write

## Contributing
Please read our [contributing guide](./CONTRIBUTING.md).