We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a501d2e commit c253d3bCopy full SHA for c253d3b
1 file changed
.github/workflows/issue-bot.yml
@@ -11,8 +11,12 @@ on:
11
- cron: "30 1 * * *"
12
workflow_dispatch:
13
14
+permissions:
15
+ issues: write
16
+ pull-requests: write
17
+
18
jobs:
19
issue-bot:
20
uses: zotero-plugin-dev/workflows/.github/workflows/issue-bot.yml@main
- secrets:
- github-token: ${{ secrets.GITHUB_TOKEN }}
21
+ # secrets:
22
+ # github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments