1 parent febe4cf commit 4025c5bCopy full SHA for 4025c5b
3 files changed
.github/workflows/archive.yml
@@ -12,6 +12,11 @@ on:
12
default: false
13
type: boolean
14
15
+permissions:
16
+ contents: write
17
+ issues: read
18
+ pull-requests: read
19
+
20
jobs:
21
build:
22
name: "Archive Issues and Pull Requests"
.github/workflows/ghpages.yml
@@ -14,6 +14,9 @@ on:
- LICENSE.md
- .gitignore
name: "Update Editor's Copy"
.github/workflows/update.yml
@@ -2,6 +2,9 @@ name: "Update Generated Files"
2
3
on: workflow_dispatch
4
5
6
7
8
9
10
name: "Update Files"
0 commit comments