We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d5dab commit 67fdb52Copy full SHA for 67fdb52
1 file changed
.github/workflows/TagBot.yml
@@ -4,6 +4,21 @@ on:
4
types:
5
- created
6
workflow_dispatch:
7
+
8
+permissions:
9
+ actions: read
10
+ checks: read
11
+ contents: write
12
+ deployments: read
13
+ issues: read
14
+ discussions: read
15
+ packages: read
16
+ pages: read
17
+ pull-requests: read
18
+ repository-projects: read
19
+ security-events: read
20
+ statuses: read
21
22
jobs:
23
TagBot:
24
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
0 commit comments