Skip to content

Commit abab634

Browse files
committed
🐛 fix JSR publish: use token auth for scope authorization
1 parent 47da448 commit abab634

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ jobs:
120120
run: deno task build:jsr ${{steps.vars.outputs.version}}
121121

122122
- name: Publish JSR
123-
run: deno publish --allow-dirty
123+
run: deno publish --allow-dirty --token=${{ secrets.JSR_TOKEN }}

0 commit comments

Comments
 (0)