https://github.com/dimensiondev/github-token-action
GitHub Token action
https://github.com/dimensiondev/github-token-action
Last synced: 12 days ago
JSON representation
GitHub Token action
- Host: GitHub
- URL: https://github.com/dimensiondev/github-token-action
- Owner: DimensionDev
- License: mit
- Created: 2020-10-27T08:04:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-15T05:58:44.000Z (over 1 year ago)
- Last Synced: 2025-06-18T16:48:28.977Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 361 KB
- Stars: 1
- Watchers: 31
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @dimensiondev/github-token-action
This action authenticates npm for consuming
and publishing packages from
and to the GitHub Package Registry.
## Feature Set
- [x] npm registry
## Usage
```yaml
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: dimensiondev/github-token-action@latest
- run: npm install
- run: npm publish
```
## License
[MIT](LICENSE) © 2020 [@DimensionDev](https://github.com/DimensionDev)