Skip to content

Commit c7f9197

Browse files
authored
Merge pull request #1133 from cloudflare/fix-perms
Fix GH workflow perms
2 parents e91d8db + 6831c5a commit c7f9197

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.github/workflows/compile.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ on:
1313
types:
1414
- published
1515

16-
permissions: read-all
16+
permissions:
17+
contents: write
18+
packages: write
1719

1820
jobs:
1921
build:

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Spellcheck
22
on: [pull_request]
33

4-
permissions: read-all
4+
permissions:
5+
pages: write
56

67
jobs:
78
spellcheck:

docs/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.65.3
4+
5+
### Fixed
6+
7+
- Fixed GitHub actions permissions.
8+
39
## v0.65.2
410

511
### Fixed

0 commit comments

Comments
 (0)