https://github.com/git-releaser/git-releaser-action
https://github.com/git-releaser/git-releaser-action
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/git-releaser/git-releaser-action
- Owner: git-releaser
- License: apache-2.0
- Created: 2023-12-07T04:15:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T18:35:14.000Z (over 1 year ago)
- Last Synced: 2025-01-24T15:29:05.022Z (over 1 year ago)
- Language: Shell
- Size: 24.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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).