You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/npm-publish.yml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,7 @@ jobs:
18
18
- name: Publish npm package when version is updated
19
19
uses: JS-DevTools/npm-publish@v3
20
20
with:
21
-
token: ${{ secrets.NPM_TOKEN }}
22
-
strategy: upgrade
21
+
token: ${{ secrets.NPM_TOKEN }} # This works BUT it shows up as problem for some unknown reason ("Context access might be invalid: NPM_TOKEN") and there should not be any errors
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}# This works BUT it shows up as problem for some unknown reason ("Context access might be invalid: NPM_TOKEN") and there should not be any errors
0 commit comments