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

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

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)