https://github.com/polyseam/cliffy-ghr-demo
https://github.com/polyseam/cliffy-ghr-demo
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/polyseam/cliffy-ghr-demo
- Owner: polyseam
- Created: 2024-04-16T04:17:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T16:31:58.000Z (about 2 years ago)
- Last Synced: 2025-10-05T12:28:32.025Z (9 months ago)
- Language: TypeScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @cliffy-provider-gh-releases/demo
A small sandbox to demonstrate the usage of the
[polyseam/cliffy-provider-gh-releases](https://github.com/polyseam/cliffy-provider-gh-releases) module.
## usage
1. Create a repo on GitHub with a Release
2. update [./demo.ts](./demo.ts) to point to it
3. If you are using a private repo, set the `GITHUB_TOKEN` environment variable
to a
[personal access token](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token)
with the `repo` scope
Then you can run the demo application with the following command:
```sh
deno task run upgrade --version v1.0.0
```