Skip to content

Commit b8a21a2

Browse files
authored
Merge pull request #27 from wuespace/release-automation-fix
Release automation fix
2 parents 4e8ba22 + be5fe6c commit b8a21a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
run: deno task run
1919
publish-jsr:
2020
name: Publish to JSR
21+
permissions:
22+
id-token: write # This is required for requesting the JWT
23+
contents: read # This is required for actions/checkout
2124
runs-on: ubuntu-latest
2225
needs: test-deno
2326
steps:

0 commit comments

Comments
 (0)