We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345475d commit 80ca6d5Copy full SHA for 80ca6d5
.github/workflows/pull-request.yml
@@ -128,4 +128,4 @@ jobs:
128
- name: Publish
129
run: deno task publish --token $JSR_TOKEN
130
env:
131
- JSR_TOKEN: 'TODO'
+ JSR_TOKEN: ${{ secrets.JSR_TOKEN }}
0 commit comments