Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

Commit 1c91349

Browse files
authored
Use GITHUB_TOKEN (#11)
1 parent da397db commit 1c91349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ jobs:
6363
artifact_name: ${{ needs.build.outputs.artifact_name }}
6464
registry_url: https://npm.pkg.github.com
6565
secrets:
66-
registry_token: ${{ secrets.GH_TOKEN }}
66+
registry_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)