Skip to content

Commit

Permalink
Merge pull request #943 from thefrontside/tm/switch-to-using-jsr-token
Browse files Browse the repository at this point in the history
Use JSR Token instead of OIDC
  • Loading branch information
taras authored Dec 21, 2024
2 parents 9d9dc7c + 96770d2 commit 6c46597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
run: deno task build:jsr ${{steps.vars.outputs.version}}

- name: Publish JSR
run: npx jsr publish --allow-dirty
run: npx jsr publish --allow-dirty --token=${{secrets.JSR_TOKEN}}

0 comments on commit 6c46597

Please sign in to comment.