Commit b29cc64 for novnc.com
commit b29cc6493d52d3bf419ccb38900f227f198bdb97
Author: Alexander Zeijlon <aleze@cendio.se>
Date: Mon Nov 3 12:37:45 2025 +0100
Allow publishing to npmjs.com with OIDC
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index a11d3d0..1b9c5c9 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -9,6 +9,9 @@ on:
jobs:
npm:
runs-on: ubuntu-latest
+ permissions:
+ id-token: write
+ contents: read
steps:
- uses: actions/checkout@v4
- run: |