Skip to content

Commit a725635

Browse files
CI/CD auth publish to JSR (#2)
CI/CD auth publish to JSR --------- Co-authored-by: johan <johan.friedrich@everbridge.com>
1 parent 4b7ac95 commit a725635

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publishToJsr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
jobs:
99
publish:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
13+
id-token: write # For Deno to authenticate with JSR
1114

1215
steps:
1316
- name: Checkout code

0 commit comments

Comments
 (0)