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 ae94c1d commit 27cb093Copy full SHA for 27cb093
.github/workflows/tagbot.yml
@@ -4,6 +4,19 @@ on:
4
types:
5
- created
6
workflow_dispatch:
7
+permissions:
8
+ actions: read
9
+ checks: read
10
+ contents: write
11
+ deployments: read
12
+ issues: read
13
+ discussions: read
14
+ packages: read
15
+ pages: read
16
+ pull-requests: read
17
+ repository-projects: read
18
+ security-events: read
19
+ statuses: read
20
jobs:
21
TagBot:
22
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
0 commit comments