mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
Add permissions specs to token generation. (#6595)
This commit is contained in:
parent
d250293c2e
commit
c668699e77
5 changed files with 9 additions and 3 deletions
4
.github/workflows/community-report.yml
vendored
4
.github/workflows/community-report.yml
vendored
|
|
@ -30,6 +30,10 @@ jobs:
|
|||
with:
|
||||
app-id: '${{ secrets.APP_ID }}'
|
||||
private-key: '${{ secrets.PRIVATE_KEY }}'
|
||||
permission-issues: 'write'
|
||||
permission-pull-requests: 'read'
|
||||
permission-discussions: 'read'
|
||||
permission-contents: 'read'
|
||||
|
||||
- name: 'Generate Report 📜'
|
||||
id: 'report'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue