Skip to content

Commit

Permalink
Merge pull request #1133 from cloudflare/fix-perms
Browse files Browse the repository at this point in the history
Fix GH workflow perms
  • Loading branch information
prymitive authored Oct 2, 2024
2 parents e91d8db + 6831c5a commit c7f9197
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ on:
types:
- published

permissions: read-all
permissions:
contents: write
packages: write

jobs:
build:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Spellcheck
on: [pull_request]

permissions: read-all
permissions:
pages: write

jobs:
spellcheck:
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.65.3

### Fixed

- Fixed GitHub actions permissions.

## v0.65.2

### Fixed
Expand Down

0 comments on commit c7f9197

Please sign in to comment.