Skip to content

Commit 80ca6d5

Browse files
authored
ci: Add JSR token secret variable (#205)
1 parent 345475d commit 80ca6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ jobs:
128128
- name: Publish
129129
run: deno task publish --token $JSR_TOKEN
130130
env:
131-
JSR_TOKEN: 'TODO'
131+
JSR_TOKEN: ${{ secrets.JSR_TOKEN }}

0 commit comments

Comments
 (0)