Try node token

This commit is contained in:
Piotr Rogowski 2022-11-03 14:58:50 +01:00
parent 6a71e59052
commit 4abcc03c05
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
1 changed files with 0 additions and 5 deletions

View File

@ -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