瀏覽代碼

fix: add missing statuses permission to main CI workflow (#24809)

tags/1.8.1
-LAN- 2 月之前
父節點
當前提交
574d00bb13
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      .github/workflows/main-ci.yml

+ 1
- 0
.github/workflows/main-ci.yml 查看文件

@@ -8,6 +8,7 @@ permissions:
contents: write
pull-requests: write
checks: write
statuses: write

concurrency:
group: main-ci-${{ github.head_ref || github.run_id }}

Loading…
取消
儲存