We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bba432 commit ecba7c1Copy full SHA for ecba7c1
.github/workflows/publish-pakcage.yml
@@ -34,6 +34,8 @@ jobs:
34
35
- name: Publish package
36
run: npm publish
37
+ env:
38
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
39
40
- name: Slack Notification
41
uses: rtCamp/action-slack-notify@v2
.npmrc
@@ -0,0 +1,2 @@
1
+@seolhun:registry=https://npm.pkg.github.com
2
+//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}
0 commit comments