Skip to content

Commit 60c0e5f

Browse files
committed
ci: add comment for updating the NPM_TOKEN
1 parent a6492d1 commit 60c0e5f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/verify.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@ jobs:
115115
- name: Release
116116
env:
117117
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
118+
# To (re-)create a suitable token, log in to https://www.npmjs.com, go to "Access Tokens" in your profile,
119+
# and create a new granular access token with read and write access scope "@dash0", i.e., under
120+
# "Packages and scopes", select "Only select packages and scopes", then the "dash0" scope. The user doing
121+
# this neeeds to have proper access to the dash0 npm organization. Providing access to the dash0 organization
122+
# (in the "Organizations" section) is not required.
123+
# The token is then provided via
124+
# https://github.com/dash0hq/opentelemetry-js-distribution/settings/secrets/actions as a repository secret.
118125
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
119126
run: npx semantic-release
120-

0 commit comments

Comments
 (0)