ソースを参照

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: