XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

Fix permissions

9cf2ee02
Heiner Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +2 -3
Modified .github/workflows/copilot.yml +2 -3
@@ -4,13 +4,12 @@ on:
4 4 pull_request:
5 5 types:
6 6 - opened
7 - synchronize
7 8
8 9 env:
9 10 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
10 11
11 permissions:
12 contents: read
13 pull-requests: write
12 permissions: write-all
14 13
15 14 jobs:
16 15 review: