Skip to content

Commit f987fe0

Browse files
Fix: add GITHUB_TOKEN to Node.js setup for authentication
1 parent 69e3f03 commit f987fe0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
cache: npm
2525
registry-url: 'https://npm.pkg.github.com'
2626
scope: '@writepoetry'
27+
always-auth: true
28+
token: ${{ secrets.GITHUB_TOKEN }}
2729

2830
- name: Cache node modules
2931
id: cache-npm

0 commit comments

Comments
 (0)