mirror of https://github.com/hyper-tuner/types.git
Try node token
This commit is contained in:
parent
6a71e59052
commit
4abcc03c05
|
@ -1,6 +1,3 @@
|
|||
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
|
||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
|
||||
|
||||
name: Node.js Package
|
||||
|
||||
on:
|
||||
|
@ -10,8 +7,6 @@ on:
|
|||
jobs:
|
||||
publish-gpr:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
NPM_GITHUB_TOKEN: ${{ secrets.NPM_GITHUB_PAT }}
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
|
Loading…
Reference in New Issue