Skip to content

Commit 9b0e69a

Browse files
committed
chore: test trusted publishing
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 0a540bf commit 9b0e69a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ jobs:
129129
--tag "$PACKAGE_RELEASE_TAG"
130130
- name: login to GH package registries
131131
run: npm config set "//npm.pkg.github.com/:_authToken=$GITHUB_TOKEN"
132+
env:
133+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
132134
- name: publish to GitHub as "${{ env.PACKAGE_RELEASE_TAG }}"
133135
run: >
134136
npm publish

0 commit comments

Comments
 (0)