Skip to content

Commit 63ccddc

Browse files
authored
Merge pull request #19 from gabrielbarth/sdx
chore: add env on wf
2 parents 34120d9 + bf95ec3 commit 63ccddc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc
4444
env:
4545
OWNER: ${{ github.repository_owner }}
46+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4647

4748
- name: Publish to GitHub Packages
4849
run: npm publish --registry https://npm.pkg.github.com/

.npmrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}
22
registry=https://registry.npmjs.org/
3-
always-auth=true
43

54
@gabrielbarth:registry=https://npm.pkg.github.com
65
//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}

0 commit comments

Comments
 (0)