Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 455 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 455 Bytes

@dimensiondev/github-token-action

This action authenticates npm for consuming and publishing packages from and to the GitHub Package Registry.

Feature Set

  • npm registry

Usage

steps:
  - uses: actions/checkout@v4
  - uses: actions/setup-node@v4
  - uses: dimensiondev/github-token-action@latest
  - run: npm install
  - run: npm publish

License

MIT © 2020 @DimensionDev