We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e91d8db + 6831c5a commit c7f9197Copy full SHA for c7f9197
.github/workflows/compile.yml
@@ -13,7 +13,9 @@ on:
13
types:
14
- published
15
16
-permissions: read-all
+permissions:
17
+ contents: write
18
+ packages: write
19
20
jobs:
21
build:
.github/workflows/docs.yml
@@ -1,7 +1,8 @@
1
name: Spellcheck
2
on: [pull_request]
3
4
5
+ pages: write
6
7
8
spellcheck:
docs/changelog.md
@@ -1,5 +1,11 @@
# Changelog
+## v0.65.3
+
+### Fixed
+- Fixed GitHub actions permissions.
9
## v0.65.2
10
11
### Fixed
0 commit comments