瀏覽代碼

[Release] test CI 7

Le Tan 3 年之前
父節點
當前提交
bed49cf038
共有 3 個文件被更改,包括 6 次插入0 次删除
  1. 2 0
      .github/workflows/ci-linux.yml
  2. 2 0
      .github/workflows/ci-macos.yml
  3. 2 0
      .github/workflows/ci-win.yml

+ 2 - 0
.github/workflows/ci-linux.yml

@@ -18,6 +18,8 @@ jobs:
     runs-on: ubuntu-18.04
     timeout-minutes: 120
 
+    permissions: read-all|write-all
+
     steps:
       # Checks-out your repository under $GITHUB_WORKSPACE.
       - uses: actions/checkout@v2

+ 2 - 0
.github/workflows/ci-macos.yml

@@ -18,6 +18,8 @@ jobs:
     runs-on: macos-latest
     timeout-minutes: 120
 
+    permissions: read-all|write-all
+
     strategy:
       matrix:
         config:

+ 2 - 0
.github/workflows/ci-win.yml

@@ -18,6 +18,8 @@ jobs:
     runs-on: windows-2019
     timeout-minutes: 120
 
+    permissions: read-all|write-all
+
     strategy:
       matrix:
         config: