Skip to content

Commit 35de00b

Browse files
authored
Merge pull request #6 from ikhokha/feature/cicd
update - npm token
2 parents a6eb727 + f3ffe78 commit 35de00b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66

77
env:
88
GITHUB_PACKAGE_TOKEN: ${{ secrets.GHP_ACCESS_TOKEN}}
9-
NPM_ACCESS_TOKEN: ${{ secrets.GHP_ACCESS_TOKEN }}
9+
# NPM_ACCESS_TOKEN: ${{ secrets.GHP_ACCESS_TOKEN }}
10+
NPM_ACCESS_TOKEN: ${{ secrets.NPM_PKG_TOKEN }}
1011

1112
jobs:
1213
build-pkg:

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66

77
env:
88
GITHUB_PACKAGE_TOKEN: ${{ secrets.GHP_ACCESS_TOKEN}}
9-
NPM_ACCESS_TOKEN: ${{ secrets.GHP_ACCESS_TOKEN }}
9+
# NPM_ACCESS_TOKEN: ${{ secrets.GHP_ACCESS_TOKEN }}
10+
NPM_ACCESS_TOKEN: ${{ secrets.NPM_PKG_TOKEN }}
1011

1112
jobs:
1213
publish-pkg:

0 commit comments

Comments
 (0)