瀏覽代碼

try to fix https://github.com/Kozea/Radicale/issues/1493#issuecomment-2143788687

Peter Bieringer 1 年之前
父節點
當前提交
e124e9d8c9
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/pypi-publish.yml

+ 2 - 0
.github/workflows/pypi-publish.yml

@@ -5,6 +5,8 @@ on:
 
 jobs:
   publish:
+    permissions:
+      id-token: write
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v4