瀏覽代碼

Update rolling.yml

Antony Messerli 2 年之前
父節點
當前提交
94c267f1cf
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .github/workflows/rolling.yml

+ 3 - 0
.github/workflows/rolling.yml

@@ -16,6 +16,9 @@ jobs:
   rolling:
     name: Build Release
     runs-on: ubuntu-latest
+    permissions:
+      id-token: write
+      contents: read
     steps:
     - uses: actions/checkout@v3
       with: